Syntaxhighlighting und reg. Ausdruckproblem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    try

    $dumm = "/([\\$])([a-zA-Z0-9_].*)(![^a-zA-Z0-9_])/";

    CAT Music Files

    Comment


    • #17
      noe,

      ist es nicht wirklich

      Also ich habs jetzt :
      Code:
      $phpvar = "([\$]{1})(([a-zA-Z0-9_])*)";
      ist irgendwie ja logisch, aber ich werd als einfach nicht schlau draus

      Comment

      Working...
      X