masonite
masonite copied to clipboard
Fixed false pass if regex meta chars used
providing a list of regex meta charscters could cause a false pass for validation
by checking if the characters in the special chars exist without using regex we avoid this issue entirely