编辑代码
Groovy代码
2.4.16
运行
print
(
'hk-test'
==~
'hk-.*'
)
print
(
'hk-test'
==~
'.*test'
)