An example:
s = "<%= a %>, <%= b %> and another <%= c %>" EEx.partial_eval_string(s) #> "<%= a %>, <%= b %> and another <%= c %>" EEx.partial_eval_string s,[b: "pie", c: "one"] #> "<%= a %>, pie and another one"
--To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/2d7655f0-6ccc-4337-a1f5-3a67583bff2b%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "elixir-lang-core" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/elixir-lang-core/pYSfP3x7vwc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to elixir-lang-core+unsubscribe@googlegroups.com.