Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Support > Regexp case

Reply
Thread Tools

Regexp case

 
 
Martik
Guest
Posts: n/a
 
      01-25-2004
Building a Kmail spam regexp filter like .*(microsoft|inet|program)

How do I make it not case sensitive? /i does not work, nor does (***(?i)
 
Reply With Quote
 
 
 
 
B.Al.Zeebub
Guest
Posts: n/a
 
      01-25-2004
On Sun, 25 Jan 2004 03:02:16 +0000, Martik pecked at a keyboard in panic:

> Building a Kmail spam regexp filter like .*(microsoft|inet|program)
>
> How do I make it not case sensitive? /i does not work, nor does (***(?i)

From the Kmail man:
Search Patterns

The most common use of filters is to filter on the sender of messages.
This can be done by choosing From. A good bet for a mailing list would be
<recipients>. But there are other criteria a filter can search for. Note
that all patterns are interpreted case-insensitively:

--
B.Al.Zeebub
Registered Linux User #339345
Defenestrate Windows!

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
new RegExp().test() or just RegExp().test() Matěj Cepl Javascript 3 11-24-2009 02:41 PM
[regexp] How to convert string "/regexp/i" to /regexp/i - ? Joao Silva Ruby 16 08-21-2009 05:52 PM
Ruby 1.9 - ArgumentError: incompatible encoding regexp match(US-ASCII regexp with ISO-2022-JP string) Mikel Lindsaar Ruby 0 03-31-2008 10:27 AM
Programmatically turning a Regexp into an anchored Regexp Greg Hurrell Ruby 4 02-14-2007 06:56 PM
RegExp.exec() returns null when there is a match - a JavaScript RegExp bug? Uldis Bojars Javascript 2 12-17-2006 09:50 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57