BreakWords.js 47 Bytes
Newer Older
1
'use strict';
2
exports._wordRegex = /[a-z]+/gi;