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