Skip navigation links
Expressively and easily automate your text documents with TExpressive!
Menu
TExpressive
Expressively and easily automate your text documents with TExpressive!

Search function

Splits "What" on every place where "On" occurs and adds each split off fragment as a subparameter to the given parameter.

Remarks

  • If the given parameter already contains subparameters these will be removed first.

Arguments

What
The text to split.
On
What to split the text on.
Param
The name of the parameter to store the text fragments under as subparameters.
CaseSensitive (optional flag)
Whether TExpressive should treat upper and lower case letters differently (TExpressive treats them equally by default).