/ Published in: PHP
Expand |
Embed | Plain Text
preg_match_all("/(dd/dd/dddd)[^d]*(dd:dd(?:AM|PM))s+(?:LST|LDT)s[^LH]*(L|H)s+(dd:dd(?:AM|PM))s+(?:LST|LDT)s[^LH]*(L|H)s+(dd:dd(?:AM|PM))s+(?:LST|LDT)s[^LH]*(L|H)(?:s+(dd:dd(?:AM|PM))s+(?:LST|LDT)s[^LH]*(L|H)s*)*/mis",$rawTideData,$matches);
Comments
Subscribe to comments
You need to login to post a comment.

good grief I'd hate to be the person who has to maintain/modify that one :P