
quintus
Novice
Sep 7, 2011, 11:04 AM
Post #1 of 2
(4428 views)
|
Regex help (regex to match text beetween set of parentheses)
|
Can't Post
|
|
Text format: (text1) text2 (text3) 1. I need regex to match text beetween first set of parentheses. Results: text1. 2. I need regex to match text beetween first set of parentheses and second set of parentheses. Results: text2. 3. I need regex to match text beetween second set of parentheses. Results: text3. please give me a little help. Thanks
(This post was edited by quintus on Sep 7, 2011, 1:46 PM)
|