本文介绍了删除非传统文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 这真的很奇怪。 我已经向客户提供了一种方法,可以将文本存储在 数据库中并插入一个单词文件。 最初他们将文本输入文本框。然而,当他们复制 并粘贴文本时,显然格式符号也出现了,但是 它们不可见。因此,当他们在插入文件后在文档中搜索此文本 时,查找按钮功能没有用。 所以我提出了把它放在富文本框中的想法。对于 ,这最能保留可见形式的格式。他们进入了 数据库。然后他们会在常规文本框中打开它并删除所有我可以看到的某种类型的样式标记(方形的形状)。 我想知道是否有办法自动删除这个非正统的 文本。 谢谢大家的帮助!! 解决方案 >它总是那个符号并且它总是作为第一个角色出现吗? 你好Berine 这是我附上的一个synbol文本文件。出于某种原因,我无法将b $ b粘贴在这里。 无论何时在文本中发生格式更改或中断,都会发生这种情况。 文本出现。 当我点击粘贴时尝试在visual studio中执行Trim语句时, 看不见并打破下一个行。 是否能够处理这个角色? 字符吗?你好Berine 这是我附上的这个synbol在文本文件中。出于某种原因,我无法将其粘贴到此处。 只要文本中出现格式更改或文本中出现,就会出现这种情况。 是不可见的并且会中断到下一行。 是否能够处理这个角色? This is really weird.I have provided to a client a means for which they can store text in adatabase and insert into a word document.Originally they entered the text into a textbox. However when they copiedand pasted text in there apparently formatting symbols came over as well butthey were not visible. So when they searched for this text in the documentafter inserting it the "find" function didnt work.So I came up with the idea of putting it in a rich textbox. This for themost preserved the formatting in a visible form. They entered it into thedatabase. Then they would open it in a regular textbox and remove all I cancall appear to be style markings of some kind (a square in shape).I am wondering if there is a way to automate the removal of this unorthodoxtext.Thank you all for your help!! 解决方案character? Hi Berine It is this synbol I have attached in a text file. For some reason I cannot paste it here. It seems to occur whenever a format change occurs in the text or a breakin the text occurs. When I try to do a Trim statement in visual studio when I click paste itis invisible and breaks to the next line. Is anything able to handle this character? 这篇关于删除非传统文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 07-31 23:04