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

search for in the

Регулярные выражения PCRE> <Предопределенные константы
Last updated: Fri, 25 Jul 2008

view this page in

Примеры

Пример #1 Примеры правильных шаблонов

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

Пример #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 | stats | sitemap | contact | advertising | mirror sites