Liam's BitchX Command Reference
BitchX scripting function $filter()
- filter
- Function
- $filter()
- Usage
- $filter(pattern string of words)
- Returns
- given a pattern and a string of words, returns all words that are
NOT matched by the pattern
- Example
- $filter(f* one two three four five) returns "one two three"