Is there a regular expression to find the first unmatched right bracket
in a string, if there is one? For example,
"(1*(2+3))))".s earch(/regexp/) == 9
Thanks in advance.
in a string, if there is one? For example,
"(1*(2+3))))".s earch(/regexp/) == 9
Thanks in advance.
Comment