remws
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | remws [2006/08/29 16:08] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: remws.txt,v 1.2 2006/08/19 06:07:20 sthalik Exp $ | ||
| + | ======Synopsis: | ||
| + | $__remws__(< | ||
| + | |||
| + | ======Technical: | ||
| + | * The first literal slash character found in the input acts as the separator between < | ||
| + | * Any extra spaces between words in < | ||
| + | * The return value of this function will be all words in < | ||
| + | * This function can be quite expensive for large input strings. | ||
| + | |||
| + | ======Practical: | ||
| + | You would use this function if you needed to remove more than one word | ||
| + | at a time from a word list. < | ||
| + | are the words you want to have removed from < | ||
| + | to remove one word, use $[[remw]](). | ||
| + | |||
| + | ======Returns: | ||
| + | < | ||
| + | |||
| + | ======Examples: | ||
| + | < | ||
| + | $remws(foo bar / test blah foo fnord bar nyah) returns "test blah fnord nyah" | ||
| + | </ | ||
remws.txt · Last modified: 2006/08/29 16:08 by 127.0.0.1
