Sha256: 04f8eeaf16dab975e5bac68228a962fcaa2e894865ce6d470f6f288bee7b1682
Contents?: true
Size: 361 Bytes
Versions: 23
Compression:
Stored size: 361 Bytes
Contents
I have {int} cuke(s) I have 22 cukes [22] --- I have {int} cuke(s) and some \[]^$.|?*+ I have 1 cuke and some \[]^$.|?*+ [1] --- /I have (\d+) cukes? in my (\w+) now/ I have 22 cukes in my belly now [22,"belly"] --- /I have (-?\d+) cukes? in my (.*) now/ I have 1 cuke in my belly now [1,"belly"] --- /^Something( with an optional argument)?$/ Something [null]
Version data entries
23 entries across 23 versions & 1 rubygems