UNPKG

vue-app-sdk

Version:
8 lines (7 loc) 173 B
var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g; function asciiWords(string) { return string.match(reAsciiWord) || []; } export { asciiWords as default };