Hacker News new | ask | show | jobs
by somedude895 992 days ago
Quite cool, but won't allow you to use iCloud Hide your Email, which is a bit annoying.
1 comments

Weird. Can you check if its getting caught in email filter by going to https://regex101.com/r/y8xh8k/1 and typing the email under TEST STRING?
Ah, got it.

In [.-_] the hyphen makes it so it matches chars between . and _. It needs to be rewritten with the hyphen at the end so it doesn't treat it as that: [._-]

Thanks! Fixed. Btw the app is now hosted on https://topic2video.streamlit.app