BreakWords.js 47 Bytes
Newer Older
1
'use strict';
2 3

export _wordRegex = /[a-z]+/gi;