import { StringUtil } from "https://deno.land/x/tstl@v3.0.0/benchmark/internal/StringUtil.ts";
Substitute {n}
tokens within the specified SQL-string.
Parameters
The string to make substitutions in. This string can contain special tokens of the form
{n}
, where n is a zero based index, that will be replaced with the additional parameters
found at that index if specified.