Anyone know of a common or standard string templating grammar, which you can use both to generate strings and parse them?
Something like `{foo}/{bar}` where I could either provide foo and bar to get a string, or give it a string and get foo and bar back (if it matches of course).