You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: