Posts by use777 • 33 points
2 posts
-
1
votes2
answers193
viewsQ: Block of txt with Regex
Guys how do I pick up block by block of a txt with this format ? I have to get it by the last date. Sometimes there are two dates in each block AAAAAAAAAA AAAAAAAAAAA - AAAAAAAAAAAAA…
-
2
votes1
answer260
viewsQ: Split text
I need to take a specific piece of a file . txt that is between <tag> and </tag>. But I need to get all the lines where it happens. Example: <tag1>titulo</tag1>…