| Topic: |
Sociology > Depression |
| User: |
"LouzerBoy" |
| Date: |
26 Nov 2006 01:23:37 AM |
| Object: |
Does anyone know regexp? |
I want to use one set up a filter on subject lines with ALL CAPS.
But I have no clue as to how. I've Googled the subject to death and come
up empty.
--
Scott (change "uknow" to "com" to reply by email)
Not that this will make much of a difference, but just for the hell of it:
"X-No-Archive:Yes" is in the headers of this message.
? --> http://en.wikipedia.org/wiki/X-No-Archive
.
|
|
| User: "Justin ." |
|
| Title: Re: Does anyone know regexp? |
26 Nov 2006 01:34:06 AM |
|
|
"LouzerBoy" <louzerboy@gmail.uknow> wrote in message
news:pan.2006.11.26.07.23.34.802415@louzersrus.org...
|I want to use one set up a filter on subject lines with ALL CAPS.
|
| But I have no clue as to how. I've Googled the subject to death and come
| up empty.
|
|
| --
| Scott (change "uknow" to "com" to reply by email)
| Not that this will make much of a difference, but just for the hell of it:
| "X-No-Archive:Yes" is in the headers of this message.
| ? --> http://en.wikipedia.org/wiki/X-No-Archive
|
|
Not familiar with it myself, did you try Google Groups? Killfile not
working?
http://groups.google.com.au/groups?hl=en&q=regexp&btnG=Google+Search&ie=UTF-8&oe=UTF-8&sa=N&tab=wg
.
|
|
|
| User: "LouzerBoy" |
|
| Title: Re: Does anyone know regexp? |
26 Nov 2006 02:16:50 AM |
|
|
In <4569436f$0$16553$afc38c87@news.optusnet.com.au> on Sun, 26 Nov 2006
18:34:06 +1100, "Justin" <.> spake thusly:
"LouzerBoy" <louzerboy@gmail.uknow> wrote in message
news:pan.2006.11.26.07.23.34.802415@louzersrus.org...
|I want to use one set up a filter on subject lines with ALL CAPS.
|
| But I have no clue as to how. I've Googled the subject to death and come
| up empty.
|
Not familiar with it myself, did you try Google Groups?
Yup
Killfile not working?
This would be a filter (killfile). regexp (regular expressions) is a geek
thing.
You can use them in rather complex ways to search for/filter text in
umpteen different ways.
http://en.wikipedia.org/wiki/Regexp
The standard settings in the killfile don't acommodate ALL CAPS but
there's a regexp option and that's what I need to figure out.
Thanks.
--
Scott (change "uknow" to "com" to reply by email)
Not that this will make much of a difference, but just for the hell of it:
"X-No-Archive:Yes" is in the headers of this message.
? --> http://en.wikipedia.org/wiki/X-No-Archive
.
|
|
|
|
|
| User: "Thomas Dehn" |
|
| Title: Re: Does anyone know regexp? |
26 Nov 2006 03:58:10 AM |
|
|
x-no-archive: yes
"LouzerBoy" <louzerboy@gmail.uknow> wrote:
I want to use one set up a filter on subject lines with ALL CAPS.
Something like ^(Re:)?[A-Z\s]+$
Thomas
.
|
|
|
| User: "LouzerBoy" |
|
| Title: Re: Does anyone know regexp? |
26 Nov 2006 07:51:32 AM |
|
|
In <4st6npF10uce2U1@mid.individual.net> on Sun, 26 Nov 2006 10:58:10
+0100, "Thomas Dehn" <thomas-usenet@arcor.de> spake thusly:
"LouzerBoy" <louzerboy@gmail.uknow> wrote:
I want to use one set up a filter on subject lines with ALL CAPS.
Something like ^(Re:)?[A-Z\s]+$
Yeah, that's what they look like. I don't know if that one would find
strings with all caps though. Only cuz I don't really understand them.
However, I did try it and it didn't work. I could just be me though. I'm
new to the newsreader I'm using.
Thanks.
--
Scott (change "uknow" to "com" to reply by email)
Not that this will make much of a difference, but just for the hell of it:
"X-No-Archive:Yes" is in the headers of this message.
? --> http://en.wikipedia.org/wiki/X-No-Archive
.
|
|
|
| User: "%" |
|
| Title: Re: Does anyone know regexp? |
26 Nov 2006 07:55:46 AM |
|
|
"LouzerBoy" <louzerboy@gmail.uknow> wrote in message
news:pan.2006.11.26.13.51.28.457325@louzersrus.org...
In <4st6npF10uce2U1@mid.individual.net> on Sun, 26 Nov 2006 10:58:10
+0100, "Thomas Dehn" <thomas-usenet@arcor.de> spake thusly:
"LouzerBoy" <louzerboy@gmail.uknow> wrote:
I want to use one set up a filter on subject lines with ALL CAPS.
Something like ^(Re:)?[A-Z\s]+$
Yeah, that's what they look like. I don't know if that one would find
strings with all caps though. Only cuz I don't really understand them.
However, I did try it and it didn't work. I could just be me though. I'm
new to the newsreader I'm using.
Thanks.
--
Scott (change "uknow" to "com" to reply by email)
Not that this will make much of a difference, but just for the hell of it:
"X-No-Archive:Yes" is in the headers of this message.
? --> http://en.wikipedia.org/wiki/X-No-Archive
let me know when you figure it out ,
i'll remember to do both caps and non caps
.
|
|
|
|
| User: "Thomas Dehn" |
|
| Title: Re: Does anyone know regexp? |
26 Nov 2006 09:57:06 AM |
|
|
"LouzerBoy" <louzerboy@gmail.uknow> wrote:
In <4st6npF10uce2U1@mid.individual.net> on Sun, 26 Nov 2006 10:58:10
+0100, "Thomas Dehn" <thomas-usenet@arcor.de> spake thusly:
"LouzerBoy" <louzerboy@gmail.uknow> wrote:
I want to use one set up a filter on subject lines with ALL CAPS.
Something like ^(Re:)?[A-Z\s]+$
Yeah, that's what they look like. I don't know if that one would find
strings with all caps though. Only cuz I don't really understand them.
However, I did try it and it didn't work. I could just be me though. I'm
new to the newsreader I'm using.
Depends on how your newsreader implements regular expressions.
You have to adjust the above example to apply to subject
lines, and then tell the newsreader what to do with these.
The main point is the anchoring, with the ^ and $.
\s is any whitespaces. [A-Z\s]+ is
any substring which consists of just all caps and whitespaces.
^[A-Z\s]+$ is any string which consists of just
caps and whitespaces, and nothing else.
"All" still matches "[A-Z\s]+", but does not match "^[A-Z\s]+$"
Thomas
.
|
|
|
| User: "LouzerBoy" |
|
| Title: Re: Does anyone know regexp? |
26 Nov 2006 02:17:23 PM |
|
|
In <4strnoF11irt0U2@mid.individual.net> on Sun, 26 Nov 2006 16:57:06
+0100, "Thomas Dehn" <thomas-usenet@arcor.de> spake thusly:
"LouzerBoy" <louzerboy@gmail.uknow> wrote:
In <4st6npF10uce2U1@mid.individual.net> on Sun, 26 Nov 2006 10:58:10
+0100, "Thomas Dehn" <thomas-usenet@arcor.de> spake thusly:
"LouzerBoy" <louzerboy@gmail.uknow> wrote:
I want to use one set up a filter on subject lines with ALL CAPS.
Something like ^(Re:)?[A-Z\s]+$
Yeah, that's what they look like. I don't know if that one would find
strings with all caps though. Only cuz I don't really understand them.
However, I did try it and it didn't work. I could just be me though. I'm
new to the newsreader I'm using.
Depends on how your newsreader implements regular expressions.
You have to adjust the above example to apply to subject
lines, and then tell the newsreader what to do with these.
The main point is the anchoring, with the ^ and $.
\s is any whitespaces. [A-Z\s]+ is
any substring which consists of just all caps and whitespaces.
^[A-Z\s]+$ is any string which consists of just
caps and whitespaces, and nothing else.
"All" still matches "[A-Z\s]+", but does not match "^[A-Z\s]+$"
Thomas
Thank you sir! You're a gentemen and a scholar! :-)
The following did the trick:
[A-Z\s]+$
--
Scott (change "uknow" to "com" to reply by email)
Not that this will make much of a difference, but just for the hell of it:
"X-No-Archive:Yes" is in the headers of this message.
? --> http://en.wikipedia.org/wiki/X-No-Archive
.
|
|
|
|
| User: "LouzerBoy" |
|
| Title: Re: Does anyone know regexp? |
26 Nov 2006 02:05:45 PM |
|
|
In <4strnoF11irt0U2@mid.individual.net> on Sun, 26 Nov 2006 16:57:06
+0100, "Thomas Dehn" <thomas-usenet@arcor.de> spake thusly:
"LouzerBoy" <louzerboy@gmail.uknow> wrote:
In <4st6npF10uce2U1@mid.individual.net> on Sun, 26 Nov 2006 10:58:10
+0100, "Thomas Dehn" <thomas-usenet@arcor.de> spake thusly:
"LouzerBoy" <louzerboy@gmail.uknow> wrote:
I want to use one set up a filter on subject lines with ALL CAPS.
Something like ^(Re:)?[A-Z\s]+$
Yeah, that's what they look like. I don't know if that one would find
strings with all caps though. Only cuz I don't really understand them.
However, I did try it and it didn't work. I could just be me though. I'm
new to the newsreader I'm using.
Depends on how your newsreader implements regular expressions.
You have to adjust the above example to apply to subject
lines, and then tell the newsreader what to do with these.
The main point is the anchoring, with the ^ and $.
\s is any whitespaces. [A-Z\s]+ is
any substring which consists of just all caps and whitespaces.
^[A-Z\s]+$ is any string which consists of just
caps and whitespaces, and nothing else.
"All" still matches "[A-Z\s]+", but does not match "^[A-Z\s]+$"
Thank you sir! You're a gentlemen and a scholar! :-)
The following did the trick:
[A-Z\s]+$
--
Scott (change "uknow" to "com" to reply by email)
Not that this will make much of a difference, but just for the hell of it:
"X-No-Archive:Yes" is in the headers of this message.
? --> http://en.wikipedia.org/wiki/X-No-Archive
.
|
|
|
|
|
|
|

|
Related Articles |
|
|