Regex for
Letters, Numbers, Dashes, and Underscores
([A-Za-z0-9\-\_]+)
02-24-2022 02:11 AM
Hi All,
Please help me to create a regex for the below condition.
The field only allows alphanumeric characters, periods, underscores, hyphens and parenthesis and cannot end in a period.
Thanks
Ramesh R
Solved! Go to Solution.
02-24-2022 02:31 AM
Regex for
([A-Za-z0-9\-\_]+)
02-24-2022 02:22 AM
Regex for
([A-Za-z0-9\-\_]+)
02-24-2022 02:31 AM
Regex for
([A-Za-z0-9\-\_]+)