Regex Search 的評論
Regex Search 作者: Mohd_PH
Mohd_PH 的回應
開發者回應
張貼於 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)
