Skip to content

Commit d09d36f

Browse files
committed
📝 update @coven/expression README.md
1 parent eec5eaf commit d09d36f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

@coven/expression/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
🧙🏻‍♀️ Magically build regular expressions.
77

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+
818
## Example
919

1020
```typescript

0 commit comments

Comments
 (0)