Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Matching '=' and other non alphanumeric characters using regular expressions

by blahblahblah (Priest)
on Dec 13, 2002 at 06:18 UTC ( [id://219510]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($string =~ /DEFINITION\s\s([\w\s]+)ACCESSION/s){
        print "$1\n";
    }
    
  2. or download this
    $string =~ /DEFINITION\s\s(.*?)ACCESSION/s
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-26 02:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found