Hey i have a regex: "/<a(?:[^>]*)href=\"$findUrl\"(?:[^>]*)>(?:[^<]*)<\/a>/is" which works i want it so that after $findurl it checks for / and without / So http://www.google.com and http://www.google.com/ both gets matched any ideas?