Question
Is there a method that returns the Unicode string of the Typedtext with wildcards applied?
Is there a method that returns the Unicode string of both the Typedtext with wildcards applied?
As an example:
ypedtext Resource with wildcard is: "My value: <>"
Wildcard is currently: 1234
the function would return the * unicode char : "My value: 1234".
So far it looks like I'd have to build from scratch with TypedText::getTexts() and any wildcard strings.
