Anyhow, I am glad it works now...
Search found 2 matches
- 16 Aug 2016 05:53
- Forum: User Help / Bug Reports
- Topic: REGEX (matches) not working in long strings (?)
- Replies: 2
- Views: 6184
REGEX (matches) not working in long strings (?)
I got it to work when I shorted the string event_description with the function left(event_description, 30). I was not aware that "matches" is only working on short strings. Is this by design?
Anyhow, I am glad it works now...
Anyhow, I am glad it works now...
- 15 Aug 2016 12:03
- Forum: User Help / Bug Reports
- Topic: REGEX (matches) not working in long strings (?)
- Replies: 2
- Views: 6184
REGEX (matches) not working in long strings (?)
Hello, I want to make the phone silent whenever the calendar has an entry. However this should not happen if the calendar entry has the word "home" in the title or if the calendar entry has the word "Reise" in the description. The first part (home office, Homeoffice, etc) is working well. However fo...