Re: preventing sql injection
Re: preventing sql injection
- Subject: Re: preventing sql injection
- From: "John Huss" <email@hidden>
- Date: Thu, 25 Oct 2007 11:09:32 -0500
Actually, the "replace" function doesn't use regular expressions - it only finds literal matches.
replace(CharSequence target,
CharSequence replacement)
Replaces each substring of this string that matches the literal target
sequence with the specified literal replacement sequence.
"replaceAll" in contrast DOES use regular expressions.
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden