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
Currently, the output that's being received from the generate_regex method is returning double-escaped backslashes, meaning that they're attempting to match literal backslashes when used, instead of - and . periods.
We should add tests to prevent this from happening in the future.
The text was updated successfully, but these errors were encountered:
Currently, the output that's being received from the
generate_regex
method is returning double-escaped backslashes, meaning that they're attempting to match literal backslashes when used, instead of-
and.
periods.We should add tests to prevent this from happening in the future.
The text was updated successfully, but these errors were encountered: