Difference between revisions of "Regular Expressions"

From TV-Browser Wiki
Jump to: navigation, search
Line 1: Line 1:
 
What are Regular Expressions?
 
What are Regular Expressions?
Regular Expressions are powerfull wildcards. For example by using ".*ter\b.*" you will find all shows whos titel includes a word that ends with "ter".
+
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 [http://en.wikipedia.org/wiki/Regular_expression]Wikipedia Artikel.
 
Further information upon "Regular Expressions" can be found in this [http://en.wikipedia.org/wiki/Regular_expression]Wikipedia Artikel.
  
 
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".

Revision as of 07:50, 6 July 2006

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".