Regex Search のレビュー
Regex Search 作成者: Mohd_PH
Firefox ユーザー 13561551 によるレビュー
5 段階中 3 の評価
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)