Gnus development mailing list
 help / color / mirror / Atom feed
From: Sam Steingold <sds@gnu.org>
To: ding@gnus.org
Subject: Re: scoring based on a number of matches
Date: Tue, 09 Jul 2019 13:24:00 -0400	[thread overview]
Message-ID: <m1k1cr6s0f.fsf@gnu.org> (raw)
In-Reply-To: <m3h87v6w97.fsf@gnus.org>

> * Lars Ingebrigtsen <ynefv@tahf.bet> [2019-07-09 17:52:20 +0200]:
>
> Sam Steingold <sds@gnu.org> writes:
>
>> In the meantime, I would settle for a regexp that would match long
>> subjects lines without any lower case characters (see comp.lang.lisp):
>>
>> Subject: E' PEDOFILO ED ASSASSINO: PAOLO CARDENÀ (FACEBOOK & TWITTER)!
>> DI CRIMINALISSIMO BLOG VINCITORI E VINTI ( VEDRA' COME LO FAREMO
>> DIVENIRE PARTE DELLA SECONDA CATEGORIA E NON PRIMA, CHE RICICLI DA
>> SEMPRE SOLDI DI MAFIA, CAMORRA E NDRANGHETA O MENO..."O
>>
>> I tried
>>
>> (("subject"
>>   ("[^a-z]\\{100\\}" -100 nil r)))
>
> {100} isn't valid in Emacs regexps, I think?  (Unless that's something
> that's happened while I wasn't looking; which is always possible.)

--8<---------------cut here---------------start------------->8---
(string-match "b\\{1,\\}" "abcbbd")
==> 1
(string-match "b\\{2\\}" "abcbbd")
==> 3
(string-match "b\\{3\\}" "abcbbd")
==> nil
--8<---------------cut here---------------end--------------->8---


-- 
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1671
http://childpsy.net http://calmchildstories.com http://steingoldpsychology.com
http://thereligionofpeace.com http://islamexposedonline.com
If you're being passed on the right, you're in the wrong lane.




  reply	other threads:[~2019-07-09 17:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-09  1:49 Sam Steingold
2019-07-09 15:39 ` Dave Marquardt
2019-07-09 15:47   ` Sam Steingold
2019-07-09 15:52 ` Lars Ingebrigtsen
2019-07-09 17:24   ` Sam Steingold [this message]
2019-07-09 20:10   ` Andreas Schwab
2019-07-09 17:45 ` Eric Abrahamsen
2019-07-11 19:46   ` Sam Steingold
2019-07-11 20:10     ` Eric Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1k1cr6s0f.fsf@gnu.org \
    --to=sds@gnu.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).