/
[sudobot]
/
trunk
/
src
/
util.js
Contents of /trunk/src/util.js
Parent Directory
|
Revision Log
Revision
5
- (
show annotations
)
Mon Jul 29 17:28:11 2024 UTC
(8 months ago) by
rakin
File MIME type: text/javascript
File size: 118 byte(s)
Added base commands
1
module.exports = {
2
escapeRegex(string) {
3
return string.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
4
}
5
};
[email protected]
ViewVC Help
Powered by
ViewVC 1.1.26