[Help] How do I use RegEx matches in tokens? E.g. %ICUDateTime%\1%

Hi xurc,

Via the wiki and Peter, you cannot use variables or tokens directly within the %ICUDateTime% token.

As a workaround, you can dynamically build the token strings, and then separately use the Filter action to process the new tokens.

Here is a sample macro. As you modify it, beware the tedious percent character placement.

Text - process date tokens copy.kmmacros (4.1 KB)

2 Likes