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
Discloses the string `str`. `pairs` is a string of 2n characters. Two consecutive characters form a pair. The characters of `str` which are positioned between the first matching pair of `pairs` will be returned. `ignore-pairs` is a string with 2n characters. Two consecutive characters form a ignore-pair. All characters of `str` between an ignore-pair will be ignored (not returned).
6
6
7
-
Default pairs and ignore pairs
7
+
if `pairs` and `ingnore-pairs` are not given, the following default pairs and ignore pairs will be used:
8
8
9
9
| First non white-space character | Check | Ignore |
0 commit comments