blob: c4125f94a73ad3230028d734d1317eb3cff8b48f [file] [log] [blame]
(:*******************************************************:)
(:Test: fn-substring-after-16 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri May 27, 2005 :)
(:Purpose: Evaluates The "substring-after" function :)
(: with the arguments set as follows: :)
(:$arg1 = "a" :)
(:$arg2 = "A" :)
(:*******************************************************:)
fn:count(fn:substring-after("a","A"))