You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VerbalExpressions is a JavaScript library that helps to construct difficult regular expressions.
10
+
VerbalExpressions is a JavaScript library that helps construct difficult regular expressions.
8
11
9
12
## How to get started
10
13
@@ -14,7 +17,7 @@ VerbalExpressions is a JavaScript library that helps to construct difficult regu
14
17
<scriptsrc="VerbalExpressions.js"></script>
15
18
```
16
19
17
-
Or use the [jsDelivr CDN](http://www.jsdelivr.com/projects/jsverbalexpressions).
20
+
Or use the [jsDelivr CDN](https://www.jsdelivr.com/package/npm/verbal-expressions).
18
21
19
22
### On the server (node.js)
20
23
@@ -60,7 +63,7 @@ A source map will also be created in `dist`, so you can use the original "un-bab
60
63
61
64
## API documentation
62
65
63
-
You can find the API documentation at [verbalexpressions.github.io/JSVerbalExpressions](https://verbalexpressions.github.io/JSVerbalExpressions).
66
+
You can find the API documentation at [verbalexpressions.github.io/JSVerbalExpressions](https://verbalexpressions.github.io/JSVerbalExpressions). You can find the source code for the docs in [`docs`](docs/).
64
67
65
68
## Examples
66
69
@@ -117,18 +120,14 @@ const result = VerEx().find('red').replace('We have a red house', 'blue');
117
120
alert(result);
118
121
```
119
122
120
-
## A little word for a big help
121
-
122
-
I'd like to promote a special thank-you to [Ben Nadel][ben-nadel] for his [great article about extending native JS objects][extending]
0 commit comments