how to create a new Regular Expression

vijani
Tera Expert

how to create a new Regular Expression 

3 REPLIES 3

Mark Roethof
Tera Patron
Tera Patron

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

LinkedIn

SK Chand Basha
Giga Sage

Hi @vijani to create Regx use this website 

 

https://regex101.com/

 

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.