Recenzje dodatku Regex Search
Regex Search Autor: Mohd_PH
Autor recenzji: Użytkownik Firefoksa 13561551
Ocena: 3/5
Autor: Użytkownik Firefoksa 13561551, 9 lat temuDoes 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.
Odpowiedź autora
Data: 9 lat temuThank 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)