How to regex a system variable.
I am trying to get the first two characters of the built in variables $TO_PHONE and $FROM_PHONE. I have tried a couple of different things along the lines of this in the new value field of a header rule:
$REGEX("^.{0,2}", $TO_PHONE.$0)
Any one have any advice?