1
I need more help with regex, how do I find in a text a certain pattern and include something next to the string you found.
EX:
"programacao": "11h Abertura – Som Mecânico 12h30 Lino e Orquestra 15h30 Volkstanzgruppe Blauer Berg - Timbó - SC (Infanto Juvenil) 15h45.
Every time I meet the pattern xxhxx(12h30)
for example, replaces with the same content and includes <br>
being like this <br>12h30.
do you want to capture only the 12h30? or want to capture all hours and tag <br>?
– Paz
I want to capture all hours and put <br>before, I’m using the sublime text, it does not recognize the $1
– ALE_ROM
I edited the answer with the format that can be inserted in the sublime
– Paz
by the way, +1 beautiful question
– Paz
Thanks, +1 for the help there
– ALE_ROM