mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Replace pipe with html entity
This commit is contained in:
@@ -71,7 +71,7 @@ of the pattern must be escaped as `\\`.
|
||||
| `\PN` | The opposite of `\pN` |
|
||||
| `\P{Greek}` | The opposite of `\p{Greek}` |
|
||||
| `xy` | `x` followed immediately by `y` |
|
||||
| `x|y` | either `x` or `y`, preferring `x` |
|
||||
| `x|y` | either `x` or `y`, preferring `x` |
|
||||
| `x*` | zero or more `x`, preferring more |
|
||||
| `x*?` | zero or more `x`, preferring fewer |
|
||||
| `x+` | one or more `x`, preferring more |
|
||||
|
||||
Reference in New Issue
Block a user