Hi all,
How do you Find a substring in StringBuilder?
E.g., I want it to tell me if there is substring in a string, and if so, what's its position is.
I can see a Replace member but not a Find member.
Maybe there is some way of using the Replace op also as a Find op?
TIA
- avi
How do you Find a substring in StringBuilder?
E.g., I want it to tell me if there is substring in a string, and if so, what's its position is.
I can see a Replace member but not a Find member.
Maybe there is some way of using the Replace op also as a Find op?
TIA
- avi