regex for PHP variable name

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sebosac

    regex for PHP variable name

    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

Working...