Thread: Strings...
View Single Post
  #2  
Old 06-08-2002, 06:04 AM
theCoder
Sarnak
 
Join Date: Jan 2002
Posts: 90
Default

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.
Reply With Quote