Finding all occurances of: '^(\s*\*\s*)(Routine) (Name):'
Replacing with the pattern: 'The \L\2 \3\E is -'
Found Pattern '^(\s*\*\s*)(Routine) (Name):' in input string

The replacement pattern is
'The routine name is -'

The Pattern matched is
'*  Routine Name:'
