blob: 29baad8705c4b496c38ff51a2974c0b6ddfb709e [file] [log] [blame]
(: Name: fn-replace-7:)
(: Description: Evaluation of replace function with pattern = "A+" and replacement = "b" as an example 7 for this function. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
replace("AAAA", "A+", "b")