Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
No such thing as a small change
 
PerlMonks  

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

by krujos (Curate)
on Dec 13, 2002 at 06:07 UTC ( #219507=note: print w/ replies, xml ) Need Help??


in reply to Matching '=' and other non alphanumeric characters using regular expressions

you need to match the . and = characters. If there is a genral form for the where thoes occur you could plug them into your scripts. Without knowing that a smiple suggestion is to just add the = and periods to your regex.

if ($string =~ /DEFINITION\s\s([\w\s=\.]+)ACCESSION/){
Good luck. Josh


Comment on Re: Matching '=' and other non alphanumeric characters using regular expressions
Download Code

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2013-05-25 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (519 votes), past polls