英文: Is this an appropriate use of regex and string.matches? 问题 boolean isValid(String candidate) { i...
在数学表达式中进行字符串匹配 x <= 900 (int, int)
英文: String matching in math expression x <= 900 (int, int) 问题 以下是翻译好的部分: 我有一个数字,比如说900。 我提取一个带有格式...
正则表达式,用于逗号分隔的文本,但不包围在数字中。
英文: Regular expression for comma separated text but not surround with digits 问题 I need to split the ...
RegEx用于PreparedStatements
英文: RegEx for PreparedStatements 问题 以下是翻译好的部分: 我正在尝试在Java中构建解析应用程序,用于解析Oracle的预编译语句。 作为概念验证,我正在尝试为上面...
我写的实用程序无法正常工作 + 测试案例
英文: The utilities I wrote don't work correctly + test cases 问题 以下是翻译好的内容: 我编写的工具无法正常工作。因此,我有两个执行...
Java正则表达式,从特定字符提取子字符串到另一个字符。
英文: Java regex substring from certain charater to another character 问题 i'm new here and this is my f...
正则表达式 – isMediaFile
英文: Regular Expression - isMediaFile 问题 我正在尝试进行媒体文件检查,但是它失败了, 它返回了 false: 我的表达式: MEDIA_PATTERN = &am...
遇到 Java 正则表达式的问题。
英文: Having problems with java regex 问题 我有以下的正则表达式: /[-A-Z]{4}\d{2}/[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{...
如何修复日期正则表达式?
英文: how to fix the date regex? 问题 我试图仅使用正则表达式匹配`dd/MM/yyyy`日期格式,但如果我输入`dd/MM/yy`值,它也会被接受。我想知道如何使其只接受...
修正正则表达式,使其允许可选字段。
英文: Fix Regular Expression to allow optional fields 问题 一个数据行的样式如下: $POSL,VEL,SPL,,,4.1,0.0,4.0*12 使用...
119