Skip to content

Conversation

fatkodima
Copy link

Closes #141

Example of usage (from the issue):

rule /^members/(?<email>.*)/\d{2}-(?<step>\w+).timestamp$/ do |t|
  email = t.match_data[:email]
  step  = t.match_data[:step]
  # ...
end

cc/ @avdi

@avdi
Copy link

avdi commented Jan 5, 2021

Cool!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Idea: Preserve matchdata in rules
2 participants