首页
技术人生
登录
6mi
u
盘
搜
搜 索
技术人生
Perl Regex: non-captured parentheses
Perl Regex: non-captured parentheses
技术
2022-05-11
119
___FCKpd___0
=
"
abc def
"
;
if
(
/
/s
+(?:
/w
+)
/s
+(
/w
+)
/
) {
if
(
defined
(
$1
)){
print
"
capture
/$
1 =
$1
"
;}
print
"
/t
"
;
if
(
defined
(
$2
)){
print
"
capture
/$
2 =
$2
"
;} }
转载请注明原文地址: https://ibbs.8miu.com/read-2287.html
专利
最新回复
(
0
)