Hallo Manfred.
Kann mir jemand einen Hinweis geben, welche Gesetzmäßigkeiten im String Suchmuster bestehen?
0-9 A-Z a-z ist klar
^ $ * ~ [] + - [][] ist noch unklar
Die Erklärungen zur Syntax beim PCRE Evaluator sollten dir hier weiterhelfen.
welche Zeichen gibt es noch
Jedes, was du möchtest, sprich: alle.
und wie schreibe ich ein Frei/Leerzeichen
Genau so, wie du es hier zwischen den Wörtern tust.
ereg("^([0-9]{1,5})+[A-Za-z-]*$",$Test)
?
Einen schönen Sonntag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]