Die Suche ergab 2 Treffer
- So 16. Jun 2013, 09:32
- Forum: SmartEPG TMS
- Thema: Using Smart EPG on Australian Model TMS
- Antworten: 255
- Zugriffe: 61103
AW: Using Smart EPG on Australian Model TMS
Thanks for the comments. I tried the regular expression [^a]muse[^u] and it works. It must be the case that the underlying code for Smart EPG uses a regular expression library for when doing matching. So it may not be documented, but you can definately use regular expressions for searching. Combined...
- Mo 3. Jun 2013, 12:33
- Forum: SmartEPG TMS
- Thema: Using Smart EPG on Australian Model TMS
- Antworten: 255
- Zugriffe: 61103
AW: Using Smart EPG on Australian Model TMS
Can I us regular expressions when defining a timer search? For example, I'd like to search for the word Muse (as in the name of the rock band) but by itself that matches other words like amusement and museum. If I use [^a]muse[^u] will SmartEPG interpret this properly? I'd like to use [^a]muse[^u] t...