Liam's BitchX Command Reference
BitchX scripting function $rstrstr()
- rstrstr
- Function
- $rstrstr()
- Usage
- $rstrstr(search input)
- Returns
- The rightmost occurence of the string "search" within the input, and the rest of the input. The matching is case insensitive.
- Example
- $rstrstr(boy a boy with a boy's feet) returns "boy's feet".