core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
Really enjoyed this one! Lots of Regex practice.
(\d+)(.*\s)(\w+\s)\((\d{4})\).*CAT:(.*)\sPUB:(.*)\s\$([\d|.]+)\w+,.*?\$([\d|.]+)\w+,.*?\$([\d|.]+)\w+,.*?\$([\d|.]+)\w+,.*?\$([\d|.]+)\w+
My solution.
Solution as attached.
Using the tokenize function to remove the $ and 'million' for those dollar amount.
Regular Expression: \$([^A-Z]+)[A-Z]+
My Solution!
It took me a while to figure out the RegEx but finally! :)
Again RegEx saves TIME