%PDF- %PDF-
| Direktori : /data/old/home/stash/atlassian/stash/3.7.1/atlassian-stash/static/lib/xregexp/ |
| Current File : //data/old/home/stash/atlassian/stash/3.7.1/atlassian-stash/static/lib/xregexp/xregexp-AMD.js |
define('xregexp', [], function () {
// XRegExp is a RegExp library that adds several extensions to JS, most notably for us, the ability to use unicode categories in regexps
// e.g \p{L} for unicode letters
return XRegExp;
});