Expands "$+", "$0" - "$9" with argsn in text.
The text to scan for argument placeholders.
The first element, args[0], is the whole argument string and the following elements are slices into it. The array is empty if there are no arguments.
See Implementation
Expands "$+", "$0" - "$9" with argsn in text.