Closed pscott closed 4 years ago
Minor tweak to catch all whitespaces instead of limiting ourselves to spaces (' ') and tabs ('\t').
' '
'\t'
This makes the code more international ! :D
See is_whitespace for the exact definition of what is a whitespace :)
is_whitespace
Minor tweak to catch all whitespaces instead of limiting ourselves to spaces (
' '
) and tabs ('\t'
).This makes the code more international ! :D
See
is_whitespace
for the exact definition of what is a whitespace :)