Bewertungen für Regex Search
Regex Search von Mohd_PH
Antwort von Mohd_PH
Antwort des Entwicklers
geschrieben am vor 8 JahrenThank 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)