正则表达式 +西里尔字母闪烁

发布于 2024-11-07 23:57:22 字数 179 浏览 5 评论 0原文

正则表达式(用于搜索字符串中的单独单词)"\\bword\\b",如果单词是西里尔字符,则似乎在 Flash 中不起作用。如果单词是西里尔字符,例如 "[,]word[,]" 就可以正常工作。

有谁知道如何解决问题,或者如何搜索字符串中的单独单词?

先感谢您!

Regular expression(for searching separate words in string) "\\bword\\b", seem not to work in flash if word is of cyrillic characters. If word is of cyrillic characters e.g. "[,]word[,]" works as it should.

Does anyone know how to solve the problem, or how to seach separate words in string?

Thank you in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅语花开 2024-11-14 23:57:22

我之前遇到过这个问题,最终在正则表达式中明确确定单词边界。就我而言,搜索空格就足够了,但一般来说,用于分解单词的字符列表几乎是无穷无尽的。

I had this problem before and ended up with determining word boundaries explicitly in regex. In my case, search for spaces was enough, but in general list of characters to break words is almost endless.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文