The Trados cloud platform will be undergoing maintenance on Saturday, 9th May 2026 between 05:00 to 17:00 UTC. During this time, you will not be able to log in to the Trados platform.
Under Community Review

Allow the creation of variable in the LRT using REGEX

According to support: The Variables list does not support Regex. Those variables should be literally added to the list.

This seems like a major shortcoming as I would like to add things like {\d} instead of individual values {0}, {1}, {2}... et cetera.

In another case, I have shortcode pointing to a disclaimer like [d:7441]. This one is not as easy as tying out all of the possible values but could easily be handled by: \[d\:\d+?\]

I cannot understand why regex is not valid here.