- Регистрация
- 13.09.2011
- Сообщения
- 44
- Благодарностей
- 1
- Баллы
- 0
Hi
I got multiple matches after applying regex
I want to write all the results to a file but add a new line(empty line) after each result.
How do I do it?
ex
from regex:
---match # 0----
aaaaaa
---match # 1----
bbbbbb
---match # 2----
cccccc
to a file:
aaaaaa
bbbbbb
cccccc
Thanks
I got multiple matches after applying regex
I want to write all the results to a file but add a new line(empty line) after each result.
How do I do it?
ex
from regex:
---match # 0----
aaaaaa
---match # 1----
bbbbbb
---match # 2----
cccccc
to a file:
aaaaaa
bbbbbb
cccccc
Thanks