Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I think the cache is not utilized at all. Noticed when inserting print statement inside return cached value block.
Thank you, indeed helpful!
Here is the standard:
https://www.ietf.org/rfc/rfc5322.txt
Have you tried a regex?
/[a-zA-Z0-9.@]/gm
Also, besides letters, numbers, and the two characters you included (. and @).
Alot of other chars are allowed. i.e. (!#$%&'*+-/=?^_`{|}~ etc)