blob: 8167d848f20c2870256c6cb798e0f5514bd65beb [file] [log] [blame]
(:*******************************************************:)
(:Test: replace3args-1 :)
(: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(lower bound) :)
(:*******************************************************:)
fn:replace("This is a characte","This is a characte","This is a characte")