Re: regex matching multiple occurances

2006-08-02 Thread Rob Dixon
Paul Beckett wrote: > > I would like to match multiple occurrences of the same pattern: > /\'([a-z0-9]{32})\'/ > This could appear 0 - to many times on a line. > I need the actual text match, not just the occurrence frequency. > Any suggestions as to how I could catch these would be appreciated.

regex matching multiple occurances

2006-08-02 Thread Paul Beckett
I would like to match multiple occurrences of the same pattern: /\'([a-z0-9]{32})\'/ This could appear 0 - to many times on a line. I need the actual text match, not just the occurrence frequency. Any suggestions as to how I could catch these would be appreciated. Cheers, Paul -- To unsubscribe,