preg_*
Regular expressions are fun! (repeat 5x, or until you believe it) I’m working on a webbot, and right now I need it to drop all the HTML and just leave me with the text. So I wrote this regex: /<.*>/ (explanation: st...









