== should format ==
/[A-Z]123/;
/123/g;
/123/i;

[expect]
/[A-Z]123/;
/123/g;
/123/i;
