Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEARegex code for last task.
IF Length([Safety Code])=6 THEN PadLeft([Safety Code], 8, "SC")
ELSEIF Length([Safety Code])>=8 THEN REGEX_Replace([Safety Code],"([\s\S]{8})([\s\S]+)","$1")
ELSE Null()
ENDIF