PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

PCRE Patterns> <Предварително-дефинирани константи
Last updated: Fri, 21 Nov 2008

view this page in

Примери

Example #1 Примери на валидни шаблони

  • /<\/\w+>/
  • |(\d{3})-\d+|Sm
  • /^(?i)php[34]/
  • {^\s+(\s+)?$}

Example #2 Примери на невалидни шаблони

  • /href='(.*)' - пропуснат краен разделител
  • /\w+\s*\w+/J - непознат модификатор 'J'
  • 1-\d3-\d3-\d4| - пропуснат начален разделител



add a note add a note User Contributed Notes
Примери
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites