blob: 1325cb1109ff33fef8344d2d6e0cac2912df55d7 [file] [log] [blame]
(:*******************************************************:)
(:Test: replace3args-5 :)
(: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(upper bound) :)
(:$replacement = xs:string(lower bound) :)
(:*******************************************************:)
fn:replace("This is a characte","This is a characte","This is a characte")