Re: [PHP] Will this do what I think it will?

2003-03-14 Thread CPT John W. Holmes
ch 14, 2003 12:20 AM Subject: Re: [PHP] Will this do what I think it will? > Well, > it didn't work, and I wrote it because I'm unfamiliar with regex's. > > "John W. Holmes" wrote: > > > > > I call this file 'clean_gpc.php&#x

RE: [PHP] Will this do what I think it will?

2003-03-13 Thread John W. Holmes
> I call this file 'clean_gpc.php'. > > Will it: > // trim all control codes and spaces from ends of string > // standardize Window's CRLF in middle of string to \n > // standardize Apple's LF in middle of string to \n > // remove all control characters BELOW \n >