Module src/core/request/helpers/interpolation
Functions
applyQueryForStr
- applyQueryForStr(str: string, query?: Dictionary<unknown>, rgxp?: RegExp): string
Parameters
str: string
Optional query: Dictionary<unknown>
rgxp: RegExp = tplRgxp
Returns string
Applies a query object for the specified string (used keys are removed from the query)