replace-string
This parser helps you replace a part or the whole name of your collections, groups and tokens from your SDTF token tree.
Interface
Options
all
false
Select all collections, groups and tokens in your SDTF token graph.
group
false
Select all groups in your SDTF token graph.
collection
false
Select all collections in your SDTF token graph.
token
false
Select all tokens in your SDTF token graph.
regex
required
object | string
regex.pattern
required
string
regex.flags
false
string
replaceBy
required
string
trim
false
boolean
false
applyTo
false
Basic usage: Rename design token by keeping only characters present after the last slash character (/
).
/
).Last updated