[quote=引用 7 楼 jslang 的回复:] [quote=引用 6 楼 crazymartin 的回复:] [quote=引用 5 楼 jslang 的回复:] [quote=引用 4 楼 crazymartin 的回复:] [quote=引用 3 楼 jslang 的回复:] /^[\s\S]{49}050/.test(str)
Pattern.compile("(?s)^.{2}123").matcher("0012300").find()
[quote=引用 6 楼 crazymartin 的回复:] [quote=引用 5 楼 jslang 的回复:] [quote=引用 4 楼 crazymartin 的回复:] [quote=引用 3 楼 jslang 的回复:] /^[\s\S]{49}050/.test(str)
[quote=引用 5 楼 jslang 的回复:] [quote=引用 4 楼 crazymartin 的回复:] [quote=引用 3 楼 jslang 的回复:] /^[\s\S]{49}050/.test(str)
[quote=引用 3 楼 jslang 的回复:] /^[\s\S]{49}050/.test(str)
[quote=引用 4 楼 crazymartin 的回复:] [quote=引用 3 楼 jslang 的回复:] /^[\s\S]{49}050/.test(str)
/^[\s\S]{49}050/.test(str)
var _s = str.substring(49,52); // 先获取字符串里50-52是什么内容 var reg = new RegExp(_s,'g');// 根据获取到的内容生成一个正则 str.match(reg);
87,964
社区成员
224,662
社区内容
加载中
试试用AI创作助手写篇文章吧