Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 12:07 AM
Hi Team
similar to the below i need a regex for 1-40 for a catalog variable
^(2[0-4]|1[0-9]|[1-9])$
please advise
Thanks
Levino
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 12:10 AM
Hey,
Check this - ^([1-9]|[1-3][0-9]|40)$
Consider indicating the response as helpful and marking it as correct if it meets your needs.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 12:10 AM
Hey,
Check this - ^([1-9]|[1-3][0-9]|40)$
Consider indicating the response as helpful and marking it as correct if it meets your needs.