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