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