/[sudobot]/trunk/src/util.js
ViewVC logotype

Annotation of /trunk/src/util.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations)
Mon Jul 29 17:28:11 2024 UTC (8 months, 1 week ago) by rakin
File MIME type: text/javascript
File size: 118 byte(s)
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