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

search for in the

Patrones PCRE> <Constantes predefinidas
[edit] Last updated: Fri, 17 May 2013

view this page in

Ejemplos

Ejemplo #1 Ejemplos de patrones vĂ¡lidos

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

Ejemplo #2 Ejemplos de patrones no vĂ¡lidos

  • /href='(.*)' - falta el delimitador final
  • /\w+\s*\w+/J - modificador 'J' desconocido
  • 1-\d3-\d3-\d4| - falta el delimitador inicial



add a note add a note User Contributed Notes Ejemplos - [0 notes]
There are no user contributed notes for this page.

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