|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2013-04-04 13:44 UTC] 2e60ed46bf928d2c at courier8 dot hu
Description: ------------ http://www.php.net/manual/en/regexp.reference.delimiters.php documentation of regexp is difficult to read: - it is separated to several pages. there is no way to search. - it is very long, there are irrelevant paragraphs. - i did not found a simple syntax diagram. i have to read thousands and thousands letters each day. please keep documentation short and simple! i recently came across php. i do not like it. its badly designed. its documentation is very complex, difficult to read (it is the indication of bad design), difficult to code. the language itself is full of exceptions, unnecessary constructions. it is awful. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 21:00:01 2025 UTC |
I believe PHP documentation is a place to document PHP, not a tutorial for using regular expressions. Regex syntax or usage has nothing to do with PHP itself. The documentation seems targeted to people who already know regular expressions and focus on how to apply their knowledge to particular regex implementation, as implementations differ slightly between each other. However, I think that the documentation may be improved by adding some sort of topics list with short descriptions. People may not know all the names ("anchor", "delimiter" etc.) if they were learning regex by practice.