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