xHarbour Reference Documentation > Function Reference |
Deletes specified words (2-byte sequence) from a string.
WordRem( <cWordList>, <cString> ) --> cResult
The function searches for 2-byte sequences (words) in <cString> and removes all of the words in the result string that exist in <cWordList>.
See also: | WordOne(), WordOnly() |
Category: | CT:String manipulation , Character functions |
Source: | ct\charonly.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com