blob: 4ae6270724d26cc85dcb59cbd5e6bc46ccd15b5c [file] [log] [blame]
(: Name: fn-replace-2:)
(: Description: Evaluation of replace function with pattern = "a.*?a" and replacement = "*" as an example 3 for this function.:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
replace("abracadabra", "a.*?a", "*")