Hello

I am looking for a string template library in J. Is there something like
what's following(it's in Python):

>>> """
... Hello {name},
... Nice to meet you.
... {date}
... """.format(**dict(name="David", date="2013.2.18"))
'\nHello David,\nNice to meet you.\n2013.2.18\n'
>>> print _

Hello David,
Nice to meet you.
2013.2.18


I think I can write a verb in J, but firstly I wanted to check if there is
something out there already.

June
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to