S
Sascha Bendix
Hi,
I got a little parsing problem right here: I got some strings and want
to ensure, that there are as many opening as closing brackets via a
regex without specifying the exact number.
This regex would be part of a bigger one, so it can't be done in two steps.
Can anybody give me a hint how to do this?
Here are some boundary conditions of the strings I have:
* the number of occurrences differs between 0 an 67
* the strings always start with [a-z]
* there is always [a-z,]+ between two opening brackets
Thanks in advance for every hint.
Regards,
Sascha
I got a little parsing problem right here: I got some strings and want
to ensure, that there are as many opening as closing brackets via a
regex without specifying the exact number.
This regex would be part of a bigger one, so it can't be done in two steps.
Can anybody give me a hint how to do this?
Here are some boundary conditions of the strings I have:
* the number of occurrences differs between 0 an 67
* the strings always start with [a-z]
* there is always [a-z,]+ between two opening brackets
Thanks in advance for every hint.
Regards,
Sascha