http://qs321.pair.com?node_id=249888


in reply to Replacing parts of a string

If you always have numeric followed by alphabetic in that field how about:
s/(CalandarName=)\d+\w+(&)/$1$ReplacementString$2/
cheers,
Josh
UPDATE: Fixed formatting