Monday, 19 August 2013

Matching regular expression with Date/Numbers

Matching regular expression with Date/Numbers

I need some help creating regular expressions to pick information out of a
file. I am using php preg_match to do it and am trying to get information
that looks like the following:
ex.
19-Aug-2013 //The date will always be in the format.
and a number like this
303.00
The file I am trying to get this information from is the body of a mime
type email.
I only need these two types of specific information.

No comments:

Post a Comment