core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
My Solution..!!!
Lists are ready! I chose to leave the REGEX tool, rather than put it into the filter
Nice challenge. I've been playing a little with the string functions.
Done!
my solution! (fun one!)
Here's my solution:
REGEX_REPLACE([User],'(\u).*\s(\u+)\d+','\1\2')+'@testemail.com'
Here is my solution.