Skip to content

regular expression not supporting capture and repetitions at the same time #2

Description

@MarioRuiz

It is not possible to generate strings using a regular expression that uses repetitions of captures, for example:

puts /(\w)+/.gen

For the moment it is possible to do it inside the capture like this:

puts /(\w+)/.gen

Metadata

Metadata

Assignees

No one assigned

    Labels

    regexpall issues related to regular expressions

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions