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
Copy file name to clipboardExpand all lines: docs/unicode/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ <h1 class="subtitle">The one of a kind JavaScript regular expression library</h1
30
30
31
31
<h1>Unicode</h1>
32
32
33
-
<p><strong>Requires the Unicode addons</strong>, which are bundled in <ahref="https://unpkg.com/xregexp/xregexp-all.js"><code>xregexp-all.js</code></a>. Alternatively, you can download the individual addon scripts from GutHub. XRegExp's <ahref="https://www.npmjs.com/package/xregexp">npm package</a> uses <code>xregexp-all.js</code>.</p>
33
+
<p><strong>Requires the Unicode addons</strong>, which are bundled in <ahref="https://unpkg.com/xregexp/xregexp-all.js"><code>xregexp-all.js</code></a>. Alternatively, you can download the individual addon scripts from GitHub. XRegExp's <ahref="https://www.npmjs.com/package/xregexp">npm package</a> uses <code>xregexp-all.js</code>.</p>
34
34
35
35
<p>The Unicode Base script adds base support for Unicode matching via the <code>\p{…}</code> syntax. À la carte token addon packages add support for Unicode categories, scripts, and other properties. All Unicode tokens can be inverted using <code>\P{…}</code> or <code>\p{^…}</code>. Token names are case insensitive, and any spaces, hyphens, and underscores are ignored. You can omit the braces for token names that are a single letter.</p>
0 commit comments