IPB

Willkommen, Gast ( Anmelden | Registrierung )

> Hilfethemen
Informationen zu dem von Ihnen gewählten Thema
Schlagwörter, nach denen gesucht werden soll   

> 3.12 - Oberfläche: Regulaere Ausdruecke?
Informationen zu dem von Ihnen gewählten Thema
Das ist die Original-Beschreibung der verwendeten Interpretation von Regulären Ausdrücken, die ich nach langer Suche wieder gefunden habe:

The following wildcard caracters in regular expression are recognized: 


  • ^ A circumflex at the start of the string matches the start of a line.

  • $ A dollar sign at the end of the expression matches the end of a line.

  • . A period matches any character.

  • * An asterisk after a string matches any number of occurrences of that string followed by any characters, including zero characters. For example, bo* matches bot, bo and boo but not b.

  • + A plus sign after a string matches any number of occurrences of that string followed by any characters except zero characters. For example, bo+ matches boo, and booo, but not bo or be.
  •  
  • [ ] Characters in brackets match any one character that appears in the brackets, but no others. For example [bot] matches b, o, or t.
  •  
  • [^] A circumflex at the start of the string in brackets means NOT.

RSS Vereinfachte Darstellung Aktuelles Datum: 28.03.2024 - 14:34

taschenkalender
expertise-panel