Nicolas George wrote:
> Tom Browder (HE12025-04-21):
> > $ time raku -e ‘my $s = “a” x 25; my $r = “a?” x 25 ~ “a” x 25;
> > if ($s ~= $r) { say “yes” } ‘
>
> I almost asked if Raku uses pairs of Unicode quotes instead of the
> symmetrical ASCII one; then I noticed the single quotes, and I
Nicolas George wrote:
> Tom Browder (HE12025-04-21):
> > $ time raku -e ‘my $s = “a” x 25; my $r = “a?” x 25 ~ “a” x 25; if
> > ($s ~= $r) { say “yes” } ‘
>
> I almost asked if Raku uses pairs of Unicode quotes instead of the
> symmetrical ASCII one; then I noticed the single quotes, and I kn
On Mon, Apr 21, 2025 at 09:20 Nicolas George wrote:
>
> Tom Browder (HE12025-04-21):
> > $ time raku -e ‘my $s = “a” x 25; my $r = “a?” x 25 ~ “a” x 25; if
> > ($s ~= $r) { say “yes” } ‘
>
> I almost asked if Raku uses pairs of Unicode quotes instead of the
> symmetrical ASCII one; then I noti
On Mon, Apr 21, 2025 at 04:19:43PM +0200, Nicolas George wrote:
> Tom Browder (HE12025-04-21):
> > $ time raku -e ‘my $s = “a” x 25; my $r = “a?” x 25 ~ “a” x 25; if
> > ($s ~= $r) { say “yes” } ‘
>
> I almost asked if Raku uses pairs of Unicode quotes instead of the
> symmetrical ASCII one; t
Tom Browder (HE12025-04-21):
> $ time raku -e ‘my $s = “a” x 25; my $r = “a?” x 25 ~ “a” x 25; if
> ($s ~= $r) { say “yes” } ‘
I almost asked if Raku uses pairs of Unicode quotes instead of the
symmetrical ASCII one; then I noticed the single quotes, and I know the
shell does not.
> Raku’s re
On Mon, Apr 21, 2025 at 06:55 wrote:
> On Mon, Apr 21, 2025 at 07:34:13AM -0400, Greg Wooledge wrote:
> > On Mon, Apr 21, 2025 at 08:04:44 +0200, to...@tuxteam.de wrote:
> > > [...] quite possibly Perl's engine has been refined (it definitely has
> > > been extended) since then.
>
> [...]
>
> > It
On Mon, Apr 21, 2025 at 07:34:13AM -0400, Greg Wooledge wrote:
> On Mon, Apr 21, 2025 at 08:04:44 +0200, to...@tuxteam.de wrote:
> > [...] quite possibly Perl's engine has been refined (it definitely has
> > been extended) since then.
[...]
> It still has the issue.
>
> hobbit:~$ time perl -e '$
On Mon, Apr 21, 2025 at 08:04:44 +0200, to...@tuxteam.de wrote:
> If you like to disappear in rabbit holes, this [3] one is nice. If
> not, still the pic at the beginning still shows impressively an
> exponential runaway for Perl's re engine compared to Tcl's which
> uses a Thompson algorithm. Note
On Mon, Apr 21, 2025 at 12:08:53AM +, David wrote:
> On Sun, 20 Apr 2025 at 17:42, wrote:
> > On Sun, Apr 20, 2025 at 05:58:31PM +0100, debian-u...@howorth.org.uk wrote:
>
> > > Err, did you notice the bit in that reference that says: "It documents
> > &
I don't see why the test should succeed at all with those quotes in
there. In any case, you should file your bug report against the "bash"
package. I suggest you do more tests first, after re-reading the
section of the bash man page on the "[[ expression ]]" construct.
--
John Hasler
--
To UN
Hi,
On Thu, Nov 26, 2009 at 5:22 PM, Ricardo F wrote:
> Package: base
> Severity: normal
>
> *** Please type your report below this line ***
>
> Whe i put this script in etch, it works, but in lenny don't work, the
> condition is true, but any lines are output. ¿i don't know what's the
> problem?
Package: base
Severity: normal
*** Please type your report below this line ***
Whe i put this script in etch, it works, but in lenny don't work, the
condition is true, but any lines are output. ¿i don't know what's the
problem?
if [[ foobarbletch =~ 'foo(bar)bl(.*)' ]]
then
echo The
> On Tue, Jul 8, 2008 at 9:20 PM, Bob Cox <[EMAIL PROTECTED]>
> wrote:
>
>> On Tue, Jul 08, 2008 at 11:37:11 -0700, Account for Debian group mail (
>> [EMAIL PROTECTED]) wrote:
>>
>> >
>> > Hello,
>> >
>> > I'm doing a search of a syslog file using less - and having a brain
>> fart.
>> >
>> > I'm t
On Tue, Jul 8, 2008 at 9:20 PM, Bob Cox <[EMAIL PROTECTED]>
wrote:
> On Tue, Jul 08, 2008 at 11:37:11 -0700, Account for Debian group mail (
> [EMAIL PROTECTED]) wrote:
>
> >
> > Hello,
> >
> > I'm doing a search of a syslog file using less - and having a brain fart.
> >
> > I'm trying to make a r
> I'm trying to make a regular search expression that will look for the
word
> "greylist" and the word "*.aol.com" in the same line of the syslog.
Do a Google search for "sed one liners"; I use that /ALL/ the time cause
I never remember all of the cool things sed can do. Anyway, specifically
there
Account for Debian group mail wrote:
Hello,
I'm doing a search of a syslog file using less - and having a brain fart.
I'm trying to make a regular search expression that will look for the word
"greylist" and the word "*.aol.com" in the same line of the syslog.
I just do not remember how to do
On Tue, Jul 08, 2008 at 11:37:11 -0700, Account for Debian group mail ([EMAIL
PROTECTED]) wrote:
>
> Hello,
>
> I'm doing a search of a syslog file using less - and having a brain fart.
>
> I'm trying to make a regular search expression that will look for the word
> "greylist" and the word "*
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/08/08 13:37, Account for Debian group mail wrote:
> Hello,
>
> I'm doing a search of a syslog file using less - and having a brain fart.
>
> I'm trying to make a regular search expression that will look for the word
> "greylist" and the word "*
Hello,
I'm doing a search of a syslog file using less - and having a brain fart.
I'm trying to make a regular search expression that will look for the word
"greylist" and the word "*.aol.com" in the same line of the syslog.
I just do not remember how to do this and looking around the Internet I
Hello there,
I am trying to do some regular expression using xsltproc, and as far
as I understand it is using libexslt which should be using exslt.org
packages, right ? But for some reason I don't see the regular
expression being part of xsltproc extensions:
Do I need to do something particular
Rui Silva([EMAIL PROTECTED]) is reported to have said:
> Hi people
>
> can anyone point me to a website that teaches me how to build regular
> expressions... i need it from a school work anda i'm finding anything on
> google. only found site with one or examples,
On Sun, Oct 24, 2004 at 04:09:57AM +0100, Rui Silva wrote:
> Hi people
>
> can anyone point me to a website that teaches me how to build regular
> expressions... i need it from a school work anda i'm finding anything on
> google. only found site with one or examples,
On Sunday 24 October 2004 04:14, David Clymer wrote:
> On Sat, 2004-10-23 at 23:09, Rui Silva wrote:
> > Hi people
> >
> > can anyone point me to a website that teaches me how to build regular
> > expressions... i need it from a school work anda i'm finding anythin
On Sat, 2004-10-23 at 23:09, Rui Silva wrote:
> Hi people
>
> can anyone point me to a website that teaches me how to build regular
> expressions... i need it from a school work anda i'm finding anything on
> google. only found site with one or examples, need a full (or wid
Hi people
can anyone point me to a website that teaches me how to build regular
expressions... i need it from a school work anda i'm finding anything on
google. only found site with one or examples, need a full (or wide)
description of regular expressions
thks
--
Rui Silva
[EMAIL PROT
Hi
Is there a package making spam in debian ? if so, I hope it can parse
adresses to reject names with @.
Spammer rhymes with lammer :-)
David Dumortier
PostScriptum : sorry, can't resist.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL
Hi! I have a PHP3 script that accepts a file uploaded. I am using
split() to parse the space-delimited file. An undefined amount of
whitespace seperates the fields, so I am trying to use regexps to
replace any contingous whitespace with one space. According to
a Perl book I have on hand, " +" (w/o
We are very fortunate, indeed, to have others teach us as you do.
Here are some supplemental links.
Regular Expressions
http://lib.stat.cmu.edu/scgn/v52/section1_7_0_1.html
Regular Expressions
http://sunsite.auc.dk/frexxed/docs/FrexxEd_Sections/regular_expressions.HTML
Thank you.
Art
lucier wrote:
>
> Howdy all.:-)
>
> During a chat with a linux developer, he mentioned that OS/2 (plus DOS and
> Windows) didn't support "regular expressions". From what I have been able to
>
> gather from reading app docs (like the EPM IN
> E.L. Meijer wrote:
> > 3) A couple of messages I ran across on DejaNews seemed to imply
> that REXX
> > supports regular expressions. Would this be an integrated function
> of REXX or
> > just indicative that a person could 'roll their own" with R
>
> Howdy all.:-)
>
> During a chat with a linux developer, he mentioned that OS/2 (plus DOS and
> Windows) didn't support "regular expressions". From what I have been able to
>
> gather from reading app docs (like the EPM INF file) , *nix
Howdy all.:-)
During a chat with a linux developer, he mentioned that OS/2 (plus DOS and
Windows) didn't support "regular expressions". From what I have been able to
gather from reading app docs (like the EPM INF file) , *nix ported to OS/2 app
docs and shareware d
32 matches
Mail list logo