You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Let _c_ be the character whose character value is _cv_.
35679
35650
1. Return the CharSet containing the single character _c_.
35680
35651
</emu-alg>
35681
-
<emu-grammar>
35682
-
ClassEscape :: CharacterClassEscape
35683
-
</emu-grammar>
35684
-
<emu-alg>
35685
-
1. Return CompileToCharSet of |CharacterClassEscape|.
35686
-
</emu-alg>
35687
35652
<emu-note>
35688
35653
<p>A |ClassAtom| can use any of the escape sequences that are allowed in the rest of the regular expression except for `\\b`, `\\B`, and backreferences. Inside a |CharacterClass|, `\\b` means the backspace character, while `\\B` and backreferences raise errors. Using a backreference inside a |ClassAtom| causes an error.</p>
1. Let _m_ be CompileAssertion of |QuantifiableAssertion|.
46833
-
1. Return _m_.
46834
-
</emu-alg>
46835
-
46836
46794
<p>CompileAssertion rules for the <emu-grammar>Assertion :: `(` `?` `=` Disjunction `)`</emu-grammar> and <emu-grammar>Assertion :: `(` `?` `!` Disjunction `)`</emu-grammar> productions are also used for the |QuantifiableAssertion| productions, but with |QuantifiableAssertion| substituted for |Assertion|.</p>
0 commit comments