本文介绍了替换“字符串"构建器中的特定字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我有一个StringBuilder SB,其中我附加了来自文本区域的unicode字. െ"或േ"或്ര"必须使用C#将其向右移一个位置.

如果我有െത在stringbuilder中的任何位置都必须替换为തെ.我们不知道െ
之后会发生什么我该怎么办?

问候

解决方案



I have a StringBuilder SB where i append unicode words from a textarea. Where ever "െ" or "േ" or "്ര" comes it has to be moved one position to the right using C#.

Example if i have െത any where in the stringbuilder it has to be replaced as തെ we dont have an idea of what will come after െ
How can I do this?

Regards

解决方案




这篇关于替换“字符串"构建器中的特定字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-09 01:12