regex problem

  • Thread starter Thread starter philipl
  • Start date Start date
P

philipl

hi

has anyone done something like this with regex? I want to make sure
that certain characters has corresponding characters, which is pretty
straight forward, but how would you do it so it's fail safe, for
eaxmple with brackets, how do you do this in regex if there are many
brackets in your string??

( (()(()(( ))
^ ^
thx
 
Back
Top