Hello!
How to get the following output?
str s="2 text[]4-6 text2[]8 text3"
Output:
2 text
4 text2
5 text2
6 text2
8 text3
Already tried foreach +__MapIntStr but cant get it to work if s contains a group, in this case 4-6
Thank you!
How to get the following output?
str s="2 text[]4-6 text2[]8 text3"
Output:
2 text
4 text2
5 text2
6 text2
8 text3
Already tried foreach +__MapIntStr but cant get it to work if s contains a group, in this case 4-6
Thank you!