Re: [PHP] Re: Another RegEx Question

2010-06-07 Thread Peter Lind
On 7 June 2010 18:26, Ashley Sheridan wrote: > On Mon, 2010-06-07 at 13:18 -0300, Jo?o C?ndido de Souza Neto wrote: > >> May be this: >> >> /.*?[(@#$%].*/ >> >> "Floyd Resler" escreveu na mensagem >> news:3c7c9ee4-786e-4447-859e-ad0556359...@adex-intl.com... >> I need to test for the existence of

Re: [PHP] Re: Another RegEx Question

2010-06-07 Thread Ashley Sheridan
On Mon, 2010-06-07 at 13:18 -0300, Jo?o C?ndido de Souza Neto wrote: > May be this: > > /.*?[(@#$%].*/ > > "Floyd Resler" escreveu na mensagem > news:3c7c9ee4-786e-4447-859e-ad0556359...@adex-intl.com... > I need to test for the existence of at least one punctuation (@#$%') > character in a s

[PHP] Re: Another RegEx Question

2010-06-07 Thread Jo�o C�ndido de Souza Neto
May be this: /.*?[(@#$%].*/ "Floyd Resler" escreveu na mensagem news:3c7c9ee4-786e-4447-859e-ad0556359...@adex-intl.com... I need to test for the existence of at least one punctuation (@#$%') character in a string. What would my regular expression be? Thanks! Floyd -- PHP General Mailing