Liam's BitchX Command Reference
BitchX scripting function $count()
- count
- Function
- $count()
- Usage
- $count(s1 s2)
- Returns
- Given two strings, returns the number of times s2 occurs
inside s1, with case insensitive matching.
- Example
- $count(aba abAbadaba) returns 3