Sha256: 903bfbeff888b7664296f4d5aa367ce53d1dafe249ab0a3359223ae94d596396
Contents?: true
Size: 410 Bytes
Versions: 30
Compression:
Stored size: 410 Bytes
Contents
[[test]] name = "alt" regex = 'foo|foobar' haystack = "foobar" matches = [[0, 6]] match-kind = "all" search-kind = "leftmost" [[test]] name = "multi" regex = ['foo', 'foobar'] haystack = "foobar" matches = [ { id = 1, span = [0, 6] }, ] match-kind = "all" search-kind = "leftmost" [[test]] name = "dotall" regex = '(?s:.)' haystack = "foobar" matches = [[5, 6]] match-kind = "all" search-kind = "leftmost"
Version data entries
30 entries across 30 versions & 1 rubygems