Search found 2 matches

by jamiew
Wed Mar 07, 2007 12:54 pm
Forum: Regex
Topic: Split on strings possibly containing parentheses (quick-fix)
Replies: 4
Views: 1845

Thanks for the input guys, gonna go the parser route. Got so close with my regex, was convinced there must be some little trick!
by jamiew
Wed Mar 07, 2007 3:01 am
Forum: Regex
Topic: Split on strings possibly containing parentheses (quick-fix)
Replies: 4
Views: 1845

Split on strings possibly containing parentheses (quick-fix)

Working with some text like: Blah blah blah, some more goes here (thanks, Bob), here is some more (via Boing Boing) I'm trying to break on the "real" commas, e.g. the '(thanks, Bob)' should remain part of the 2nd match I've pieced together a regex that matches everything, but excludes the ...