S(x, ...)
"%s"."%s" in x or of length one (if length one ... will be recycled)."%s" replaced.
Convenience wrapper for sprintf that allows recycling of
... of length one.
S("@after_", "the", "the")[1] "(?<=\\b(the|the)\\s)(\\w+)"# Recycle S("@after_", "the")[1] "(?<=\\b(the|the)\\s)(\\w+)"S("@rm_between", "LEFT", "RIGHT")[1] "(LEFT)(.*?)(RIGHT)"
sprintf