Difference between revisions of "Regular Expressions"
From TV-Browser Wiki
m |
Bananeweizen (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
An explanation of the Syntax used in the TV-Browser can be found in the "Java-Documentation". | An explanation of the Syntax used in the TV-Browser can be found in the "Java-Documentation". | ||
− | + | [[de:Reguläre Ausdrücke]] | |
− | + | [[category:Usage]] | |
− | |||
− | |||
− | |||
− | |||
− | [ | ||
− | [ | ||
− | |||
− | [ | ||
− | [ | ||
− |
Latest revision as of 20:16, 28 September 2007
What are Regular Expressions? Regular Expressions are powerfull wildcards. For example by using ".*ter\b.*" you will find all shows whose title includes a word that ends with "ter".
Further information upon "Regular Expressions" can be found in this [1]Wikipedia Artikel.
An explanation of the Syntax used in the TV-Browser can be found in the "Java-Documentation".