Liam's BitchX Command Reference
BitchX scripting function $common()
- common
- Function
- $common()
- Notes
- returned in order found in first string.
- Usage
- $common (string of text / string of text)
- Returns
- Given two sets of words seperated by a forward-slash '/', returns
all words that are found in both sets.
- Example
- $common(one two three / buckle my two shoe one) returns "one two"