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_.
35504
35475
1. Return the CharSet containing the single character _c_.
35505
35476
</emu-alg>
35506
-
<emu-grammar>
35507
-
ClassEscape :: CharacterClassEscape
35508
-
</emu-grammar>
35509
-
<emu-alg>
35510
-
1. Return CompileToCharSet of |CharacterClassEscape|.
35511
-
</emu-alg>
35512
35477
<emu-note>
35513
35478
<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|.
46658
-
1. Return _m_.
46659
-
</emu-alg>
46660
-
46661
46619
<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