I need to parse something like BBCode and use this regular expression: \[b\](.+?)\[\/b\]
But this expression finds only the first occurrence if input text contains embedded bbcodes. In this case, i need to find all matches.
I need to parse something like BBCode and use this regular expression: \[b\](.+?)\[\/b\]
But this expression finds only the first occurrence if input text contains embedded bbcodes. In this case, i need to find all matches.