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 fefd0e9 commit cb23610Copy full SHA for cb23610
.gitignore
@@ -6,3 +6,4 @@ dist
6
prof
7
# project specific helix config
8
.helix
9
+benchmark/regex-dataset.json
README.md
@@ -1,7 +1,11 @@
1
# Regex Utils
2
3
Zero-dependency TypeScript library for regex utilities that go beyond string matching.
4
-These are surprisingly hard to come by in for any programming language.
+These are surprisingly hard to come by for any programming language.
5
+
+> [!WARNING]
+> This is very much experimantal. `complement` and `intersection` have very
+> unpredictable performance.
10
## Installation
11
0 commit comments