[Solved] Regular Expression to match first character and after a character [closed]
[ad_1] “(\-)(.*)” is the pattern, which will give you 2 matches if the string contains them. [ad_2] solved Regular Expression to match first character and after a character [closed]