“PHP PREG_MATCH CARATERIAIS ESPECIAIS” Respostas de código

PHP PREG_MATCH CARATERIAIS ESPECIAIS

  $string="sadw$"
  if(preg_match("/[\[^\'£$%^&*()}{@:\'#~?><>,;@\|\\\-=\-_+\-¬\`\]]/", $string)){
   //this string contain atleast one of these [^'£$%^&*()}{@:'#~?><>,;@|\-=-_+-¬`] characters
  }
BoomSlang Frikkie

PHP PREG_MATCH CARATERIAIS ESPECIAIS

  $string="sadw$"
  if(preg_match("/[\[^\'£$%^&*()}{@:\'#~?><>,;@\|\\\-=\-_+\-¬\`\]]/", $string)){
   //this string contain atleast one of these [^'£$%^&*()}{@:'#~?><>,;@|\-=-_+-¬`] characters
  }
Not a real Helicopter

Respostas semelhantes a “PHP PREG_MATCH CARATERIAIS ESPECIAIS”

Perguntas semelhantes a “PHP PREG_MATCH CARATERIAIS ESPECIAIS”

Mais respostas relacionadas para “PHP PREG_MATCH CARATERIAIS ESPECIAIS” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código