Regex Search incelemeleri
Regex Search geliştiren: Mohd_PH
Firefox kullanıcısı 13561551 adlı kullanıcının incelemesi
5 üzerinden 3 puan
yazan: Firefox kullanıcısı 13561551, 8 yıl önceDoes 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.
Geliştiricinin yanıtı
gönderilme: 8 yıl önceThank 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)