Re: Patch: gw/urltrans.c
"Nikos Balkanas" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <456D68A143894B55953F830D2EAD63FB@drwho> |
Hi, Is this in relevance to something? What's your question? This is pretty old, so please include thread you are referring to. BR, Nikos ----- Original Message ----- From: Ishtiaq Ahmed To: [email protected] Cc: [email protected] ; [email protected] Sent: Tuesday, February 22, 2011 7:41 AM Subject: Re: Patch: gw/urltrans.c Dear Nikos, As per you thread below. Maybe, but AFAIK this is a perl expression and should be used when configured with pcre, not regex... BR,Nikos Experiencing the problem in keyword and keyword-regex and the problem occurred in case sensitivity in keyword-regex while it use case senstive and we have to perform a long way caps = [Cc][Aa][Pp][Ss]. If you want to avoid from these long way to perform,, the same thing can be done on keyword as well. Means that just do like this keyword = caps It will use as case insensitive . The keyword can also used for multiple words and as follow as well keyword = caps|top|down keyword = ^(caps|top|down)$ which seems to more easy than keyword-regex as well , in case of case insensitivity and ordering form. Its works. Hope it will resolve such type of issues. waiting for your feedback. Regards, IAhmed