how to create a new Regular Expression
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 07:36 AM
how to create a new Regular Expression
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 07:40 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 07:46 AM - edited 04-05-2024 07:48 AM
Hi there,
Care to explain your question a little bit more? For example... where in the instance do you want to use this?
I assume its something with VA, since you are posting it in this forum. Though where in VA? Just VA script action? Or is this actually about the Format Validators and their RegEx? Or something else?
The success of answers on your questions, depends on yourself!
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 08:09 AM
Hi @vijani to create Regx use this website
Example :- Version 5.2.0 if want to fetch numerial
Regx = Version(\d\.\d\.\d)
output = 5.2.0
Mark Helpfull and accept solution !! If this help you to understand.