Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: New regex trick...

by japhy (Canon)
on Jul 22, 2002 at 19:56 UTC ( [id://184210]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $str = "abc.def.ghi.jkl";
    $str =~ s{
      .*     # match as much as you can
    ...
                    \K    ""
               B    \.    "."
               BCCC .*    ".jkl"
    
  2. or download this
    case KEEP:
      PL_regstartp[0] = locinput - PL_bostr;
      break;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://184210]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 02:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found