« Return to Thread: The easiest way to separate substrings from a line string

Re: The easiest way to separate substrings from a line string

by Dave Burt :: Rate this Message:

Reply to Author | View in Thread

Moving off-topic from the thread, but David Black wrote:
> ... /\w+/ (or maybe /[^\W\d_]+/ or something).

Do people actually say /[^\W\d_]/ instead of /[a-z]/i? The latter is
much easier for me to read. Does the former include non-latin
word-characters?

Cheers,
Dave Burt

 « Return to Thread: The easiest way to separate substrings from a line string