hi, novice on regex, i'm searching for THE master Regex will retieve php
variable name like "$varname" in my script.
$tagparse = fil_gzet_conten ts('myscript.ph p');
preg_match_all( "(.\$)", $tagparse, $out );
thank for your help
variable name like "$varname" in my script.
$tagparse = fil_gzet_conten ts('myscript.ph p');
preg_match_all( "(.\$)", $tagparse, $out );
thank for your help