regular expression

Posted by xyz on Stack Overflow See other posts from Stack Overflow or by xyz
Published on 2010-05-06T04:53:09Z Indexed on 2010/05/06 4:58 UTC
Read the original article Hit count: 249

Filed under:

I need regular expression to match braces correct e.g for every open one close one abc{abc{bc}xyz} I need it get all it from {abc{bc}xyz} not get {abc{bc} I tried this ({.*?})

© Stack Overflow or respective owner

Related posts about regex