I want to match characters other than square brackets in a regular expression.
Exactly I want to match some special characters and some others not, so I want to specify them
This is missing ], I tried to screen using \], \\]etc. I read that people do this outside [^], but I need it inside!
source
share