- May
- 574
- 4
The release notes for 12.10 say:
I presume "Returns 1" means "results in a true condition". Yes?
Conditional tests (DO, FOR, IF, IFF) have two new tests:
string =~ expression Returns 1 if the string matches the regular expression
string !~ expression Returns 1 if the string does not match the regular expression
I presume "Returns 1" means "results in a true condition". Yes?