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!
To elaborate, the first match is the entire string that was matched, the second one is the extracted piece of the string that matched the part in parenthesis
jshpro2 wrote:To elaborate, the first match is the entire string that was matched, the second one is the extracted piece of the string that matched the part in parenthesis
First i was like WTF, but thats actually quite usefull...