IndexOf for StringBuilder

  • Thread starter Thread starter Franz
  • Start date Start date
F

Franz

I know that String provides IndexOf method while StringBuilder doesn't.
I don't want to call StringBuilder.ToString as it will create a String
Instance.
Does anyone have thought about using a string-searching algorithm for
StringBuilder?
Although my request might be a little bit silly, I really want to know about
it.
Any comment is appreciated. :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top