In Java RegEx, how to find out the difference between .
(dot) the meta character and the normal dot as we using in any sentence. How to handle this kind of situation for other meta characters too like (*
,+
,/d
,...)
↧
Java RegEx meta character (.) and ordinary dot?
↧