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

Fixing Regex #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fixing Regex #42

wants to merge 3 commits into from

Conversation

GloriousCraft
Copy link

The regex has been catching "+"; "$"; "^"; "|"; "~" and "`", really annoying issue. I might be dumb and catching those might have an actual use, but as far as I can tell it's nothing more than an annoying issue.
Also I'm sure there is a better way of going about it, but I'm tired and cannot be bothered to do regex.

The regex has been catching "+"; "$"; "^"; "|"; "~" and "`", really annoying issue. I might be dumb and catching those might have an actual use, but as far as I can tell it's nothing more than an annoying issue.
Also I'm sure there is a better way of going about it, but I'm tired and cannot be bothered to do regex.
I'm dumb, there was a significantly better way of doing it.
Previous "fix" just rendered the expression useless, this should be an actual fix
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

Successfully merging this pull request may close these issues.

1 participant