Re: string manipulation
- From: usenet@xxxxxxxxxxxxxxxxxxxxxxxxxxx (James Taylor)
- Date: Sat, 28 Jan 2006 17:01:31 +0000
Tad McClellan <tadmc@xxxxxxxxxxxxxx> wrote:
> James Taylor <usenet@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> > my ($dir, $leaf) = $path =~ m|^(.*)/(.*)|;
> ^
> ^
>
> That anchor serves no useful purpose, so it probably shouldn't be there.
My newsreader doesn't have a monospaced font (I must fix that) so your
caret appears to point to the dollar singin front of $path. I must
assume though that you were pointing at the beginning of line anchor in
my regex. The reason it is there is to ensure that the match fails in
linear time if there is no slash in the $path.
--
James Taylor
.
- Follow-Ups:
- Re: string manipulation
- From: Ch Lamprecht
- Re: string manipulation
- From: Ch Lamprecht
- Re: string manipulation
- References:
- string manipulation
- From: a
- Re: string manipulation
- From: James Taylor
- Re: string manipulation
- From: Tad McClellan
- string manipulation
- Prev by Date: Re: parsing a java src file
- Next by Date: FAQ 3.1 How do I do (anything)?
- Previous by thread: Re: string manipulation
- Next by thread: Re: string manipulation
- Index(es):
Relevant Pages
|