Skip to content

Commit 0718eb9

Browse files
committed
docs: local flags are not supported
1 parent 79619d6 commit 0718eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

equiv-checker.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ <h4>Supported syntax:</h4>
368368

369369
<h4>Unsupported syntax:</h4>
370370
<ul>
371-
<li>RegExp flags: <code>g</code>, <code>i</code>, <code>m</code>, <code>s</code>, <code>u</code>, <code>y</code>
372-
</li>
371+
<li>Global flags: <code>/.../g</code>, <code>/.../i</code>, <code>/.../m</code>, ...</li>
372+
<li>Local flags: <code>(?i:...)</code>, ...</li>
373373
<li>Unicode property escapes: <code>\p{...}</code>, <code>\P{...}</code></li>
374374
<li>Backreferences: <code>\1</code>, <code>\2</code>, ...</li>
375375
<li>Lookbehind assertions: <code>(?&lt;=...)</code>, <code>(?&lt;!...)</code></li>

0 commit comments

Comments
 (0)