[erlang-questions] how to escape ? character
Wes James
comptekki@REDACTED
Fri May 14 23:36:54 CEST 2010
On Fri, May 14, 2010 at 3:32 PM, Jeroen Koops <koops.j@REDACTED> wrote:
> "How do I escape " ++ [63] ++ " in a string" ++ [63].
>
> On Fri, May 14, 2010 at 11:25 PM, Wes James <comptekki@REDACTED> wrote:
>>
>> How do I escape ? in a string. The runtime things it is an illegal
>> macro call. Even if I do \?.
>>
Jeroen,
Thx. As I was looking on erlang.org in the docs for this - I was also
looking for ord and char like functions. What are they called and
under what module? I'm looking in the stdlib, but can't see them
anywhere. i.e. ord("m") -> integer value and char(integer value) ->
some letter.
thx,
-wes
More information about the erlang-questions
mailing list