Parent Directory
|
Revision Log
Added base commands
1 | rakin | 5 | module.exports = { |
2 | escapeRegex(string) { | ||
3 | return string.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'); | ||
4 | } | ||
5 | }; |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |