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

The replacement pattern is
'The ROutine name is -'

The Pattern matched is
'*  Routine Name:'
