- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 03:33 AM
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 "!"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 03:45 AM
Try to use the following pattern
^(?!\!).*
Mark it as helpful if it worked
Gaurav Vaze
ServiceNow Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 03:45 AM
Try to use the following pattern
^(?!\!).*
Mark it as helpful if it worked
Gaurav Vaze
ServiceNow Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 05:34 AM
Thank you for marking it as Helpful
if it worked please accept it as a solution
Gaurav Vaze
ServiceNow Developer