Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Say i have text that has many tags which are enclosed within curly
braces. For example, "asdlghjkshkg {HOHO} ghk48975 83y4, c98ty34 {NANA} fshdjh348679njc {ASDF} jdgghkjwer 435" Say I want to write a RegEx to extract all of these tags. I thought perhaps something like "(?:([^{]*){([^}]*)})+" might work, but it does not seem to... strangely, it still matches the entire string, but i cannot get it to properly return all of the submatches. Any help would be appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MS Query capabilities/regex | New Users to Excel | |||
RegEx Replacement patterns | Excel Programming | |||
RegEx in VBE code editor | Excel Programming | |||
Regex Question | Excel Programming | |||
regex string matching | Excel Programming |