什么是正则表达式中的非捕获组?
作者:never_had_a_name 提问时间:8/18/2010
非捕获组(即 )如何在正则表达式中使用,它们有什么用?(?:)...
正则表达式组 问答列表
作者:never_had_a_name 提问时间:8/18/2010
非捕获组(即 )如何在正则表达式中使用,它们有什么用?(?:)...
作者:DevOpsWorld 提问时间:9/7/2023
我有一个字符串 test01、abcd02、xyz05 来自这些字符串,我将有最后 2 个字符始终是数字。从这些字符串中,我想要一个正则表达式来捕获 test、abcd、xyx。我怎样才能捕捉到它?...
作者:Hoshi 提问时间:10/13/2023
我有一个用户输入字符串,它应该包含至少 10 位数字,但它们可能是非连续的。在这些可能的用户输入中: "What is 12? Can we 345 the loan to 678-90" ">>1...
作者:Satish 提问时间:10/16/2023
需要有关如何使用正则表达式的 发短信: my friends passport numbers are V123456, V123457 and V123458 正则表达式: (?<=pas...
作者:john 提问时间:10/22/2023
我在 javascript 中有一个这样的文本 some text - list - list - list more text - another list - another list - an...
作者:Bruce Banner 提问时间:10/26/2023
我很难为此字符串创建正则表达式。我需要: 提取 Property 后面的单词,直到 & 提取 Category, until & 之后的单词 创建一个正则表达式以匹配从 “cat” 到 “modif...
作者:Paiku Han 提问时间:11/5/2023
我有这个多行字符串: Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vi...
作者:floppalover 提问时间:11/14/2023
@Test void hasCurrentProgress() { YTVideo yt = new YTVideo(); yt.setUrl("https://www.youtube.com/w...