Κριτικές για το Regex Search
Regex Search από Mohd_PH
Κριτική από Χρήστης Firefox 13561551
Βαθμολογία 3 από 5
από Χρήστης Firefox 13561551, 8 χρόνια πρινDoes 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.
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 8 χρόνια πρινThank 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)