首页
技术人生
登录
6mi
u
盘
搜
搜 索
技术人生
Perl Regex: swap words
Perl Regex: swap words
技术
2022-05-11
111
#!perl -w
$/
=
"
/n
"
;
$_
=
"
one two remainder ...
"
;
s/
([^ ]*)
*([^ ]*)
/
$2
$1
/
;
print
;
转载请注明原文地址: https://ibbs.8miu.com/read-3137.html
专利
最新回复
(
0
)