Regular expressions are now supported in user macro context, using the following syntax:
{$MACRO:regex:"regular expression"}
If existing macros have the unlikely regex:something string in the context, they will not be automatically converted to regex:"^quoted something$". The change would have to be done manually.
See user macros with context for more information.