Análises de Regex Search
Regex Search por Mohd_PH
Análise de Usuário 13561551 do Firefox
Avaliado em 3 de 5
por Usuário 13561551 do Firefox, há 8 anosDoes what it promises. Would be great if you could explain the functionality a little bit more. I cant get my head around the template thing.
Resposta do desenvolvedor
publicado há 8 anosThank for the review. as for the template you can use $x (x is the number of the group in your regex e.g: $1 $2 ... etc) and $n ( for new line), you can also use \ instead of $ ($x to \x or $n to \n)