Actions
Feature #12898
closedString#match? method in addition to Regexp#match?
Feature #12898:
String#match? method in addition to Regexp#match?
Status:
Closed
Assignee:
-
Target version:
-
Description
Ruby 2.4 introduces Regexp#match?
. There should be an accompanying String#match?
method.
Actions