I got a collection of string and all i want for regex is to collect all started with http..
href=\"http://www.test.com/cat/1-one_piece_episodes/\"href
Will this do the job?
href="(?!http://[^/"]+exclude.com)(.*?)[^#]"