RegEx, select anything thats not in brackets...
Posted
by Smickie
on Stack Overflow
See other posts from Stack Overflow
or by Smickie
Published on 2010-05-20T11:01:21Z
Indexed on
2010/05/20
11:10 UTC
Read the original article
Hit count: 267
In RegEx, how would I select anything thats not in brackets:
E.g.
Xxxxxxx (01010101)
would return Xxxxxxx
?
Thanks!
© Stack Overflow or respective owner