pain (and stripping whitespace from text)

Steve Davis steven.charles.davis@REDACTED
Sun Mar 14 08:53:54 CET 2010


...and worked rather better when I added...

%% skip escaped quotes inside strings...
strip(<<$\\, $", Rest/binary>>, Acc, true) ->
	strip(Rest, [$", $\\|Acc], true);

...oops!


More information about the erlang-questions mailing list