From 2dcf16d0aef8b985767886e0d392ce735fd7bff9 Mon Sep 17 00:00:00 2001 From: Haitam <35850056+hsusanoo@users.noreply.github.com> Date: Sun, 23 Jan 2022 19:13:49 +0100 Subject: [PATCH] Typo in Unicode page --- docs/unicode/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unicode/index.html b/docs/unicode/index.html index e2ce876..33b00d2 100644 --- a/docs/unicode/index.html +++ b/docs/unicode/index.html @@ -30,7 +30,7 @@

The one of a kind JavaScript regular expression library

Unicode -

Requires the Unicode addons, which are bundled in xregexp-all.js. Alternatively, you can download the individual addon scripts from GutHub. XRegExp's npm package uses xregexp-all.js.

+

Requires the Unicode addons, which are bundled in xregexp-all.js. Alternatively, you can download the individual addon scripts from GitHub. XRegExp's npm package uses xregexp-all.js.

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