Change 'word' argument type from \w to \s – resolves #6
This commit is contained in:
@ -122,7 +122,7 @@ function escape(symbols) {
|
||||
|
||||
var TYPES = {
|
||||
'number': '\\d',
|
||||
'word': '\\w'
|
||||
'word': '\\S'
|
||||
};
|
||||
|
||||
function getFormat() {
|
||||
|
Reference in New Issue
Block a user