| Parameter | Details |
|---|---|
| big | The string which is scanned for "little". |
| end | The index at which to end the sub-string. |
| format | A printf format string. |
| little | The string to scan for in "big". |
| regex | An Extended-Regular-Expression. |
| start | The index at which to start the sub-string. |
| string | A string. |
| subst | The string to substitute in for the matched portion. |