Actions
Feature #966
closedString#[] should accept (Regexp, String) args so named groups can be used
    Feature #966:
    String#[] should accept (Regexp, String) args so named groups can be used
  
Description
=begin
as obvious as:
"foo"[/(?foo)/, "bar"]
=end
Actions