9.94
SUBALL - Replaces all substrings in a string
Arguments are: from,to,string.
Argument(s)
3, String String String
Result type
String
Aliases
SUBSTALL
See also
SUBST
Category
String handling
Example:
C:> ASET -p X := SUBALL('BC','_','ABC.BCD') X=A_._D