RE: Two or more word keyword

2018-11-12 Thread Davor Spasoski
Don’t forget the start and end anchors as kannel wants them ^(?i)(stop)(\ )(all)$ Davor From: Davor Spasoski Sent: Monday, November 12, 2018 11:09 AM To: 'Yahya M.' ; amal...@kannel.org Cc: devel@kannel.org Subject: RE: Two or more word keyword Hi, Yes, regex is tricky. Try the following

RE: Two or more word keyword

2018-11-12 Thread Davor Spasoski
To: amal...@kannel.org Cc: devel@kannel.org Subject: Re: Two or more word keyword Thanks a lot. But, I don't know how to use regex properly. i have been trying this for over three weeks now and I need some regex examples for these two keywords. "stop all" and "stop B" in

Re: Two or more word keyword

2018-11-12 Thread Yahya M.
Thanks a lot. But, I don't know how to use regex properly. i have been trying this for over three weeks now and I need some regex examples for these two keywords. "stop all" and "stop B" in different variations like "STOP ALL", "Stop All", "Stop all", "STOP B", "Stop B", "Stop b". thanks. On

Re: Two or more word keyword

2018-11-12 Thread amalysh
Hi, please check userguide: https://kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN4069 Especially: keyword-regex POSIX regular expressionThis field may be used to enable service-selection