parseVariable

@NotNull
open fun parseVariable(@NotNull expression: @NotNull String): @NotNull String

Replaces all placeholder variables in a given expression with their corresponding values.

Return

the expression with placeholders substituted

Since

1.15.2

Parameters

expression

the expression containing placeholders