src/pylib/pystring/split/common
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Imports
Procs
ISSPACE
ISSPACE(s: PyStr; pos: int): bool
Source
Edit
Imports
../strimpl
,
../../stringlib/split/common
,
../consts
Procs
func
ISSPACE
(
s
:
PyStr
;
pos
:
int
)
:
bool
{.
...
raises
:
[
]
,
tags
:
[
]
,
forbids
:
[
]
.}
Checks unicode space at unicode char's
pos
Source
Edit