PHP Regexp help

Martillo

New Member
I can't seem to get a handle on what this expression intends to extract:\[code\]preg_match("/^(?:[\s\*]*?@([^\*\/]+?)\s(.+))/",$line,$match);\[/code\]$line is a line from a text file while $match is an array
 
Back
Top