Yngvarr

Generation

regex explanationThu, 23 Mar 2023

[.@](?=.{5,32}$)(?!.*__)(?!^(telegram|admin|support))[a-z][a-z0-9_]*[a-z0-9]$

/hello\w+/ The regex matches all words that start with "hello".

Want to kickstart your project?Use the new AI Studio to create your code