xHarbour Reference Documentation > Function Reference |
Deletes specified characters from a string.
CharRem( <cDelete>, <cString> ) --> cResult
The function removes all characters contained in <cDelete> from the input string <cString> and returns the result.
See also: | CharOne(), CharOnly() |
Category: | CT:String manipulation , Character functions |
Source: | ct\charonly.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com