If I have a multi line string
'''
foo.
bar
'''
is there a way of escaping the newline char so that the result is actually
foo.bar
?
I'm asking since in my xtend2 based generator I'd like to split the
multi line string just for formatting purposes, but I don't want the
newline appear in the result
thanks in advance
Lorenzo
--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
'''
foo.«
»bar
'''
would do the trick.
Sven
thanks Sven!
cheers
Lorenzo
--
You received this message because you are subscribed to the Google Groups "Xtend Programming Language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xtend-lang+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Xtend Programming Language" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/xtend-lang/WlM7qzaeyis/unsubscribe.
To unsubscribe from this group and all its topics, send an email to xtend-lang+...@googlegroups.com.