xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WordRem()

Deletes specified words (2-byte sequence) from a string.

Syntax

WordRem( <cWordList>, <cString> ) --> cResult

Arguments

<cWordList>
This is a character string holding 2-byte sequences (words) to remove from <cString>.
<cString>
This is the character string to process.

Return

The function searches for 2-byte sequences (words) in <cString> and removes all of the words in the result string that exist in <cWordList>.

Info

See also:WordOne(), WordOnly()
Category: CT:String manipulation , Character functions
Source:ct\charonly.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe