Recensioner för Regex Search
Regex Search av Mohd_PH
Recension av Firefox-användare 13561551
Betygsatt 3 av 5
av Firefox-användare 13561551, för 8 år sedanDoes 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.
Utvecklarens svar
postad för 8 år sedanThank 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)