Format String
Format String
Description
Returns a string with the insertion of one variable
Example:
template - Hello $1 !
$1= Bob
Output: Hello Bob !
Inputs
- template (String): Тhe template should respect the variable syntax insertion - $1 !
- $1 (String): Тhe variable to return
Outputs
- result (String): The resulting template with the variables