[erlang-questions] unexpected matching in re 12B5

Attila Babo babo.online@REDACTED
Tue Feb 17 20:38:33 CET 2009


> It turns out that \s is parsed as a character with ASCII code 32 - i.e. a space.
>
>> io:fwrite("~b~n", [hd("\s")]).
> 32
Neat!



More information about the erlang-questions mailing list