Sha256: 53057a87e68e473f9fb5b12a6e47d9777364ade0d6dbb9585cfbb8b2e5d9375e
Contents?: true
Size: 376 Bytes
Versions: 10
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true # re2 (https://github.com/mudge/re2) # Ruby bindings to RE2, a "fast, safe, thread-friendly alternative to # backtracking regular expression engines like those used in PCRE, Perl, and # Python". # # Copyright (c) 2010, Paul Mucur (https://mudge.name) # Released under the BSD Licence, please see LICENSE.txt module RE2 VERSION = "2.6.0" end
Version data entries
10 entries across 10 versions & 1 rubygems