Finding all occurances of: '^(\s*\*\s*)(Routine) (Name):'
Replacing with the pattern: '\&\UThe \2\E \L\3 is\E -\l\QTest\E_\u\Qtest\E"&"'
Found Pattern '^(\s*\*\s*)(Routine) (Name):' in input string

The replacement pattern is
'&THE ROUTINE name is -test_Test"*  Routine Name:"'

The Pattern matched is
'*  Routine Name:'
