Sneak Peak: Simplified Regular Expression Support
I don’t know many people who find Regular Expressions easy. If the following makes no sense to you, don’t worry, you’re not alone: ([a-z0-9!#$%&’*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&’*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?) It’s actually a regular expression pattern which will match an email address in a string. I’m sure you knew that. At present to use Regular Expressions in Macro Scheduler you have […]