ot: regular expression help

Aryeh M. Friedman aryeh.friedman at gmail.com
Tue Jul 7 13:55:36 UTC 2009


I am attempting to make (without the perl expansions) a regular 
expansion that when used as a delim will split words on any 
punction/whitespace character *EXCEPT* "$" (for java people I want to 
feed it into something like this:

for(String foo:input.split([insert regex here])
    ...


More information about the freebsd-questions mailing list