Re: [PHP] Writing Regular Expressions...

2001-02-18 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Dhaval Desai) wrote: > Can somebody enlighten me with regular expressions... > like [^\-*] something like that. To me it appears as a > code language.. > > Can Anybody tell me what do the various characteers > do? > is there any good article on

Re: [PHP] Writing Regular Expressions...

2001-02-17 Thread Bojan Gajic
'So What's A $#!%% Regular Expression, Anyway?!' http://www.devshed.com/Server_Side/Administration/RegExp/ HTH, bojan gajic Dhaval Desai wrote: > Hi! > > Can somebody enlighten me with regular expressions... > like [^\-*] something like that. To me it appears as a > code language.. > > Can Any