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

Added proper checking for comments. #3

Open
mjoynes-wombat-web opened this issue Jul 13, 2018 · 0 comments
Open

Added proper checking for comments. #3

mjoynes-wombat-web opened this issue Jul 13, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mjoynes-wombat-web
Copy link
Owner

Proper checking for comments in emails user needs to be added. A flag could be set outside the function that checks to make sure that the characters in the local is valid. (Line 11). The flag would be the number of opening parens. Then inside that function if a "(" is seen the flag would increment by one. If it sees a ")" then it will decrement by one. If the final number does not equal zero then the check returns false. This solution might work for commented special characters.

@mjoynes-wombat-web mjoynes-wombat-web self-assigned this Jul 13, 2018
@mjoynes-wombat-web mjoynes-wombat-web added the enhancement New feature or request label Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant