https://rubular.com/r/I5qur9Mm1NjWmB
Hello, I am curious about a particular regex which is matching ?
character.
Can you link some documentation or provide explanation of why this is matching?
Full regex:
[\ -\/\[-\`\:-\@\{-\~]
Shortened down to:
[:-\\]
Seems to be designed to match some special characters. I had some trouble Googling and searching SO for documentation on this.