Recenzije za Regex Search
Regex Search od Mohd_PH
Recenzija od Korisnik Firefoxa 13561551
Ocijenjeno s 3 od 5
od Korisnik Firefoxa 13561551, prije 8 godinaDoes 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.
Odgovor programera
objavljeno prije 8 godinaThank 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)