Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex Issue #47

Closed
dannymichel opened this issue Feb 20, 2018 · 1 comment
Closed

Regex Issue #47

dannymichel opened this issue Feb 20, 2018 · 1 comment

Comments

@dannymichel
Copy link

Hey guys, for a while now, i've been using regex to disallow text in my media channels such as #selfies, and it's been great, but one annoyance is it doesn't allow any text what-so-ever which means people cant add captions to uploads. The full regex is

#selfie
excl | ^$
incl | ^([a-zA-Z0-9-]+\.)+(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+

Any ideas? Any help would be greatly appreciated

@calebj calebj mentioned this issue Mar 4, 2018
8 tasks
@calebj
Copy link
Owner

calebj commented Mar 4, 2018

Moving this to #43; subscribe there for updates.

@calebj calebj closed this as completed Mar 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants