I have big string, it can have a few thousands lines. I would like to to get all sub-strings like: [tag] here can be everything [/tag] in a list.
How can I do this? My regex is not working (or I'm doing something wrong).
|
You can just use string splits
eg
|
|||
|
|
|
The function
Tell me if you need something different (e.g a generator instead of a list of the substrings) |
||||
|
[]to<>and use some XML parser? – Nick T Oct 15 '10 at 18:31