mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-21688 escape angle bracket in non-HTML content
`<name>` should be escaped with backslash to prevent it from being rendered as a HTML tag
This commit is contained in:
parent
dcfdaca46c
commit
60b8ff608e
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ complete a complete description of the API.
|
|||
| \\G | ✓ | ✓ | Match if the current position is at the end of the previous match.
|
||||
| \\h | ✓ | ✓ | Match a Horizontal White Space character. They are characters with Unicode General Category of Space_Separator plus the ASCII tab (\\u0009).
|
||||
| \\H | ✓ | ✓ | Match a non-Horizontal White Space character.
|
||||
| \\k<name> | ✓ | | Named Capture Back Reference.
|
||||
| \\k\<name\> | ✓ | | Named Capture Back Reference.
|
||||
| \\n | ✓ | ✓ | Match a LINE FEED, \\u000A.
|
||||
| \\N{UNICODE CHARACTER NAME} | ✓ | ✓ | Match the named character.
|
||||
| \\p{UNICODE PROPERTY NAME} | ✓ | ✓ | Match any character with the specified Unicode Property.
|
||||
|
|
Loading…
Add table
Reference in a new issue