[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
remove(s,c)                  remove characters

    Return string formed by removing all 'c' characters from string s.  For
    example to remove all blanks from a string:

    remove("This string will have all blanks removed",' ') ==>
           "Thisstringwillhaveallblanksremoved"

See Also: deletec insert replace
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson