Did anyone knows regular expression that validate the string against following criteria:
- Names can be between 1 and 255 characters long.
- Allowed characters are a–z, A–Z, 0–9, '_' (underscore), '-' (hyphen), and '.' (period).
Thanks.
|
|
|
Use this regex: |
|||||||||||||
|