ServiceNow Certified Implementation Specialist – Event Management — Question 57

What is the preferred method of parsing in the Transform/Compose step of an event rule?

Answer options

Correct answer: B

Explanation

The preferred method for parsing in this context is Regex, as it provides a powerful way to match and manipulate strings based on patterns. While Python, sed/awk, and JavaScript are all capable tools, they are not as efficient or straightforward for parsing tasks compared to Regex.