Sha256: eff1bf2180206e4b44315a5137810c77a283aae399d2ada06c602e4af7281913
Contents?: true
Size: 589 Bytes
Versions: 14
Compression:
Stored size: 589 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] --- Привет, {word}! Привет, Мир! ["Мир"] --- /I have (.*) cukes? in my (.*) now/ I have 22 cukes in my belly now ["22","belly"] --- I have {} cuke(s) in my {} now I have 22 cukes in my belly now ["22","belly"]
Version data entries
14 entries across 14 versions & 2 rubygems