blob: e506ee1fcca56e97a3af3bb779084b91c2793433 [file] [log] [blame]
(:*******************************************************:)
(:Test: replace3args-7 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "replace" function :)
(: with the arguments set as follows: :)
(:$input = xs:string(lower bound) :)
(:$pattern = xs:string(lower bound) :)
(:$replacement = xs:string(upper bound) :)
(:*******************************************************:)
fn:replace(xs:string("This is a characte"),xs:string("This is a characte"),xs:string("This is a characte"))