Regex Search에 대한 리뷰
Regex Search 제작자: Mohd_PH
Firefox 사용자 13561551 님의 리뷰
5점 만점에 3점
Firefox 사용자 13561551 님, 9년 전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.
개발자 답글
9년 전에 게시됨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)