Skip to content

Instantly share code, notes, and snippets.

@xn
Created July 1, 2014 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xn/2742e1df26263162ed02 to your computer and use it in GitHub Desktop.
Save xn/2742e1df26263162ed02 to your computer and use it in GitHub Desktop.
Format String
person = {name: "Bob", age: "23"}
"name: %{name}, age: %{age}" % person
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment