We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec5eaf commit d09d36fCopy full SHA for d09d36f
@coven/expression/README.md
@@ -5,6 +5,16 @@
5
6
🧙🏻♀️ Magically build regular expressions.
7
8
+It is really easy to mess big regular expressions by forgetting some character.
9
+So, instead of using plain strings, `@coven/expression` provides a set of
10
+functions and constants strongly typed, so the type is already a hardcoded
11
+string that reflects the regular expression being built, while giving an API
12
+that's easier to read and maintain.
13
+
14
+As all [Coven Engineering](https://coven.engineering) libraries, it has 100%
15
+test coverage and it's built in top of modern tech compatible with all
16
+JavaScript runtimes.
17
18
## Example
19
20
```typescript
0 commit comments