for(String foo:input.split([insert regex here]) ... _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
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:
- ot: regular expression help Aryeh M. Friedman
- Re: ot: regular expression help Steve Bertrand
- Re: ot: regular expression help Matthew Seaman