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