We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd50d5e commit 54e91e3Copy full SHA for 54e91e3
README.md
@@ -31,7 +31,7 @@ or a huge number of possible matches, such as `/.\w/`, then only a subset of the
31
* Escaped characters, e.g. `/\n/`, `/\w/`, `/\D/` (and so on...)
32
* Capture groups, including named groups and backreferences(!!), e.g. `/(this|that) \1/` `/(?<name>foo) \k<name>/`
33
* Non-capture groups, e.g. `/(?:foo)/`
34
-* '''Arbitrarily complex combinations of all the above!'''
+* **Arbitrarily complex combinations of all the above!**
35
36
## Not-Yet-Supported syntax
37
0 commit comments