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 that PS does not support the default argument for m.groups() and I'm not requesting that here (that would be a feature/enhancement request, whereas this current issue is more of a bug/enhancement request).
The text was updated successfully, but these errors were encountered:
Under PS 3.0.16.0 (and 2.0.0.0 as well), consider this script:
Run the script with the script itself as the active tab in Notepad++.
Actual Output:
('24', '')
Preferred output:
('24', None)
Rationale for preferred output, see https://docs.python.org/3/library/re.html#match-objects:~:text=Match.groups(default%3DNone), duplicated here:
Note that PS does not support the
default
argument form.groups()
and I'm not requesting that here (that would be a feature/enhancement request, whereas this current issue is more of a bug/enhancement request).The text was updated successfully, but these errors were encountered: