Revision [1313]

Last edited on 2010-04-18 11:56:41 by KlenwellAdmin
Additions:
=====PHP Regex Pages=====
DevPhp>>====Index====
Deletions:
=====PHP Regex Pages=====>>
====Index====
----
[[CategoryPhp]]


Revision [1312]

Edited on 2010-04-18 11:55:02 by KlenwellAdmin
Additions:
To simply match everything between to fixed strings. The core: ""<tt><b>(.*?)</b></tt>"". For some reason, I can't commit this to memory:
Deletions:
To simply match everything between to fixed strings. For some reason, I can't commit this to memory:


Revision [1311]

Edited on 2010-04-18 11:53:38 by KlenwellAdmin
Additions:
=====PHP Regex Pages=====>>
====Index====
>>
====Ungreedy Match====
To simply match everything between to fixed strings. For some reason, I can't commit this to memory:
%%(php)
# DELIMITER START_FLAG (.*?) END_FLAG DELIMITER
$regex_p = '~#####(.*?)#####~';
$regex_p = sprintf('~%s(%s)%s~', preg_quote('<body>'), '.*?', preg_quote('</body>'));
%%
See also Paste20100418
Deletions:
====PHP Regex Pages====


Revision [154]

Edited on 2007-01-25 15:57:26 by KlenwellAdmin
Additions:
[[http://www.php.net/manual/en/reference.pcre.pattern.syntax.php Pattern Syntax]] (php.net)
Deletions:
[[http://www.php.net/manual/en/reference.pcre.pattern.syntax.php Pattern Syntax]] php.net


Revision [153]

Edited on 2007-01-25 15:57:09 by KlenwellAdmin
Additions:
====References====
[[http://www.php.net/manual/en/reference.pcre.pattern.syntax.php Pattern Syntax]] php.net


Revision [150]

The oldest known version of this page was created on 2007-01-25 15:51:06 by KlenwellAdmin
Valid XHTML 1.0 TransitionalValid CSSWikkaWiki