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