We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf508ea commit 30f53efCopy full SHA for 30f53ef
src/lib.rs
@@ -287,9 +287,9 @@ a separate crate, [`regex-syntax`](https://docs.rs/regex-syntax).
287
. any character except new line (includes new line with s flag)
288
\d digit (\p{Nd})
289
\D not digit
290
-\pN One-letter name Unicode character class
+\pX Unicode character class identified by a one-letter name
291
\p{Greek} Unicode character class (general category or script)
292
-\PN Negated one-letter name Unicode character class
+\PX Negated Unicode character class identified by a one-letter name
293
\P{Greek} negated Unicode character class (general category or script)
294
</pre>
295
0 commit comments