Searching on php.net I was not able to find any support for verbose regular expressions in php. Is this my fault for not knowing how to search for it, or is it php's fault for not implementing it?
If this feature is lacking from php, is there any other way to comment regular expressions other than breaking them up into smaller segments?