You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consttokenizer=this.options.tokenizer||/(\s+|[()[\]{}'"]|\b)/;// Use the tokenizer regex in the options or use the default regex
36
+
consttokens=value.split(tokenizer);// Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set.
36
37
37
38
// Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set.
0 commit comments