How can I use regex

how can I use the regex ?
Please Help

You could use regex extension by @Kevinkun

Many examples can be found in

What exactly do you want to achieve using regex ?

Also, and extension by @Kevinkun

Regular Expression Extension

Already mentioned :slight_smile:

1 Like

i will use regex to accept or not accept the UserName like instagram UserName

Let assume that you want your username to contain only a-z 0-9 and . then you can check like this

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.