hard
Complex Regex Construction
Generate a regular expression to validate a specific, convoluted data format.
📝 Contenido del prompt
Construct a single regular expression that validates a custom identifier string. The rules are: Starts with 3 uppercase letters, followed by a hyphen, then a variable length number divisible by 5, ends with two lowercase vowels or an underscore. Ensure it does not match if there are any special characters in the number section. Explain the breakdown of the regex tokens.