ServiceNow Certified Implementation Specialist – Event Management — Question 77
Within an event rule, how would you parse a nodename out of your raw event data?
Answer options
- A. JavaScript
- B. Groovy script
- C. PowerShell script
- D. Regex statement
Correct answer: D
Explanation
The correct answer is D, as a Regex statement is specifically designed for pattern matching and extracting specific strings from text. While JavaScript, Groovy script, and PowerShell script can also handle string manipulation, they are not as efficient or straightforward for this particular task compared to regular expressions.