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