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
- The only thing that changes about the regular expression is the prefix
- We can also detect the prefix with startswith, and then use the same
regular expression across the loop
- This means that Python can cache the compiled regex internally, and we
save some time
0 commit comments