core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
Solution Attached
Great data cleaning practice using regex.
String functions!
My solution
1.
2.
3.
4.
Formulas used:TrimLeft to remove leading charactersTrimRight to remove trailing charactersPadLeft to add leading charactersLeft to retain X number of leading characters
solution
correction of my mistake on task 3
Solution attached.
My solution without using RegEx tool