Hi Alteryx Community,
I am trying to do Challenge #300 of the Alteryx Challenge (Challenge #300: Where is the party? - Alteryx Community)
I did not know how to parse text so I looked at the solution, but I am struggling to understand the RegEx parse analysis.
Country ISO codes and country names are put together in a string (Screenshot 1).
To separate the first 2 capital letters from the rest of the text the solution uses the following RegEx code: (\u{2})(.*)
Could someone help me understand what does \u mean?
Also, I found a lot RegEx documentation online and apparently there are different types of RegEx. Is Alteryx's RegEx python- or java-based? Where can I find documentation to learn more about RegEx for Alteryx?
Thank you!
Screenshot 1:
