You mean from inside of an EQ client? Or from c code? If you mean c code, there's always strstr (man strstr for info) or strchr (man strchr for info). I don't know if someone wrote a specialized string searching function inside the EMU, but it would probably be hard to beat one of the built in functions as far as performance.
|