PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to do something like '#\<title\>([/w/W]+)\</title\>#', but as you can see, it'll only match <title></title>. I can't seem to be able to tell how to make it case insensitive. Help?