How to search after string in PHP -


i have problem logic php search. have tried as can still not found answer. problem want search date arrive "sun, may 31, 2015" , depart "tue, june 09, 2015" text below.

example

 "2 guests arrive sun, may 31, 2015 depart tue, june 09, 2015 view itinerary" 

could give me example , better explanation or link view more detail?

thank in advance

visit link. find date in string: function find date in string using regular expression

also can use preg_match function.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -