Liam's BitchX Command Reference
BitchX scripting function $strstr()
- strstr
- Function
- $strstr()
- Usage
- $strstr(needle haystack)
- Returns
- a list of words from the first "needle" in "haystack" to the end
of "haystack"
- Example
- $strstr(needle there is a needle in this haystack)
returns "needle in this haystack"