may I know why my Regex does not match with the "[" and "]"?
The pictures is seen there. As you can see, I have escaped the [ and ] with .
I do not want it to match with 5B but I want it to match with 5[B]. Thanks!
CodePudding user response:
may I know why my Regex does not match with the "[" and "]"?
The pictures is seen there. As you can see, I have escaped the [ and ] with .
I do not want it to match with 5B but I want it to match with 5[B]. Thanks!
CodePudding user response: