Changed capabilities list.
This commit is contained in:
parent
da4f618139
commit
07110c3a14
|
@ -26819,7 +26819,11 @@ This method controls whether the position between two cached points is interpola
|
||||||
Lazy (non-greedy) quantifiers [code]*?[/code]
|
Lazy (non-greedy) quantifiers [code]*?[/code]
|
||||||
Begining [code]^[/code] and end [code]$[/code] anchors
|
Begining [code]^[/code] and end [code]$[/code] anchors
|
||||||
Alternation [code]|[/code]
|
Alternation [code]|[/code]
|
||||||
Backreferences [code]\1[/code] to [code]\99[/code]
|
Backreferences [code]\1[/code] to [code]\9[/code]
|
||||||
|
POSIX character classes [code][[:alnum:]][/code]
|
||||||
|
Lookahead [code](?=)[/code], [code](?!)[/code] and lookbehind [code](?<=)[/code], [code](?<!)[/code]
|
||||||
|
ASCII [code]\xFF[/code] and Unicode [code]\uFFFF[/code] code points (in a style similar to Python)
|
||||||
|
Word boundaries [code]\b[/code], [code]\B[/code]
|
||||||
</description>
|
</description>
|
||||||
<methods>
|
<methods>
|
||||||
<method name="compile">
|
<method name="compile">
|
||||||
|
|
Loading…
Reference in New Issue