can you add the text input and what are you waiting?
- Alejandro Gonzalez
You add a _ by adding a literal _, nothing else. It's not clear what you're trying to achieve here. Please clarify with some strings you would like to match, and some strings you want to not match.
- user229044
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
[a-z0-9_]{5,17}
- anubhava_
by adding a literal_
, nothing else. It's not clear what you're trying to achieve here. Please clarify with some strings you would like to match, and some strings you want to not match. - user229044