Remix.run Logo
milesrout 8 days ago

Don't forget string.Template:

    import string
    t = string.Template("foo $bar")
    t.substitute(bar="bar")