Phone number validation on catalog form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 06:46 AM
Hi ,
Phone number validation on form it should contains only numbers with - and +
How can I achieve this one from regex?
Thanks
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 12:40 AM
try this one
/^\+?\d+(\s*-?\s*\d+)*$/