需要 SQL-Regexp 帮助:在大写字符之前查找小写字符
我需要一个 mySQL 请求,其中我只找到单个单词中小写字符之前包含大写字符的字符串。
示例:fooExample
在最好的情况下,仅当大写字符之前至少有 2 个字符时。 因此它不应该找到:例如“iPhone”。 并且它必须是一个真正的字符,范围从 az 到 AZ 之前。
我想我应该使用 SQL 函数 REGEXP,但我无法让它工作,因为我对正则表达式不太熟悉。
I need a mySQL request where I only find strings which contains a uppercase character before a lowercase char within a single word.
Example: fooExample
In best case only if there are at least 2 characters before the uppercase char.
So it should not find: "iPhone" for example.
And it must be a real char in range from a-z before A-Z.
I guess I should use the SQL function REGEXP, but I can't get it working because I'm not very familiar with regular expression.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)