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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=<Date2020-09-11.18:10:33.855>created_at=<Date2020-09-11.17:12:58.342>labels= ['expert-regex', 'invalid', '3.8']
title='sub function would not work without the flags but the search would work fine'updated_at=<Date2020-09-11.18:10:33.854>user='https://bugs.python.org/bayat'
it would work like this sub("pattern","replace", txt, flags= re.IGNORECASE | re.DOTALL)
but it wouldnt work like this sub("pattern","replace", txt, re.IGNORECASE | re.DOTALL)
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: