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
> JavaScript regular expression for matching a quoted string.
4
4
5
+
Originally [posted here](https://github.com/less/less.js/issues/2339#issuecomment-67211009).
6
+
5
7
## Install
6
8
7
9
Install with [npm](https://www.npmjs.com/)
@@ -27,7 +29,7 @@ var regex = require('quoted-string-regex');
27
29
//=> ['". // \' \\ . // \' \\ ."']
28
30
```
29
31
30
-
## Similar projects
32
+
## Related projects
31
33
32
34
*[copyright-regex](https://www.npmjs.com/package/copyright-regex): Regex for matching and parsing copyright statements. | [homepage](https://github.com/regexps/copyright-regex)
33
35
*[todo-regex](https://www.npmjs.com/package/todo-regex): Regular expression for matching TODO statements in a string. | [homepage](https://github.com/regexps/todo-regex)
0 commit comments