Possible Duplicate:
Is there an alternative to string.Replace that is case-insensitive?
I need to find and replace a string and ignore the case in c#. What is the best way I can accomplish this? Regex?
I need to find and replace a string and ignore the case in c#. What is the best way I can accomplish this? Regex? |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
If performance isn't that much of an issue:
Otherwise, check this article. Fastest alghoritm found there is:
|
|||||
|
|
See this similar (identical) question |
|||
|
|
|
|||
|
|