Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: Regular expressions

by kidd (Curate)
on Jun 24, 2002 at 12:48 UTC ( [id://176759]=note: print w/replies, xml ) Need Help??


in reply to Re: Regular expressions
in thread Capturing text between literal string delimiters (was: Regular expressions)

I just created the account, im the one who posted the message, the thing is that $string its just an example, in reality its a big text with a lot of lines, wich have delimiters...but what I want its to get only the words inside the delimiters, wich can be anything.

Replies are listed 'Best First'.
Re: Re: Re: Regular expressions
by little (Curate) on Jun 24, 2002 at 12:59 UTC
    If the Source File you mean does not change very often it might be easier to preprocess that once and convert its contents into a more handy format (plain text file where the line separator, separates your terms, or an xml file)or even save those into a faster format (eg. a BerkleyDB file or aven an RDBMS), so you might save some cpu and memory ressources when processing actaully the data.

    Have a nice day
    All decision is left to your taste

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-16 18:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found