Topic: Match a line
THis is probably a no brainer, but I can't seem to figure it out
What would be the best way to match something in between tags, say if I had this:
i*this is some text*iI'd want to match everything between the i* *i tags. What would be the best way to regex that so that I can return the value in between them?
Thanks!
Last edited by RailsRhino (2011-02-14 01:27:24)