Skip to content

Commit

Permalink
Typo in Unicode page
Browse files Browse the repository at this point in the history
  • Loading branch information
hsusanoo authored and slevithan committed Jan 23, 2022
1 parent 9c3cd0d commit 2dcf16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/unicode/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1 class="subtitle">The one of a kind JavaScript regular expression library</h1

<h1>Unicode</h1>

<p><strong>Requires the Unicode addons</strong>, which are bundled in <a href="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 <a href="https://www.npmjs.com/package/xregexp">npm package</a> uses <code>xregexp-all.js</code>.</p>
<p><strong>Requires the Unicode addons</strong>, which are bundled in <a href="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 <a href="https://www.npmjs.com/package/xregexp">npm package</a> uses <code>xregexp-all.js</code>.</p>

<p>The Unicode Base script adds base support for Unicode matching via the <code>\p{&hellip;}</code> syntax. &#192; la carte token addon packages add support for Unicode categories, scripts, and other properties. All Unicode tokens can be inverted using <code>\P{&hellip;}</code> or <code>\p{^&hellip;}</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>

Expand Down

0 comments on commit 2dcf16d

Please sign in to comment.