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