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
Return the index in the original string of the start or end of the substring group that was matched. index defaults to the entire group, otherwise it will select a group.
57
57
"""
58
58
...
59
59
60
-
defspan() ->None:
60
+
defspan(self) ->None:
61
61
"""Returns the 2-tuple (match.start(index), match.end(index))."""
Return the index in the original string of the start or end of the substring group that was matched. index defaults to the entire group, otherwise it will select a group.
88
88
"""
89
89
...
90
90
91
-
defspan() ->None:
91
+
defspan(self) ->None:
92
92
"""Returns the 2-tuple (match.start(index), match.end(index))."""
0 commit comments