How would I go about removing a list of text within a string? Essentially have a URL column and want to avoid grossly long regexp's and multiple nested replace functions.
Is there a way to declare a list of text such as "http", "www.", etc and have them removed from the column in one go?
