blob: 4fb53d1e74b4cca62e3925787a10bd78a51012d7 [file] [log] [blame]
(:*******************************************************:)
(:Test: replace3args-3 :)
(: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(upper 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")