email notification

YUVRAJS
Tera Contributor

Hii Team, 

  i want to create a regex or a pattern which can be used to filter data based on following criteria

     Exclude names which starts with "!" 

 

Screenshot 2024-06-27 155429.png

1 ACCEPTED SOLUTION

Gaurav Vaze
Kilo Sage

Try to use the following pattern

^(?!\!).*


Mark it as helpful if it worked
     Gaurav Vaze
ServiceNow Developer

View solution in original post

6 REPLIES 6

Gaurav Vaze
Kilo Sage

Try to use the following pattern

^(?!\!).*


Mark it as helpful if it worked
     Gaurav Vaze
ServiceNow Developer

Thank you for marking it as Helpful
if it worked please accept it as a solution
  Gaurav Vaze
ServiceNow Developer