Help for this page
s/(?<=a)b/c/; # Changes the 'a', but keeps the 'b'. ... # This example reads as: # "Match 'a' followed by somethng which # doesn't contain 'bcd', followed by 'e'."