Categories: None [Edit]

js_regex_to_ruby

https://rubygems.org/gems/js_regex_to_ruby
https://github.com/jasl/js_regex_to_ruby
A Ruby gem that converts ECMAScript (JavaScript) regular expressions to Ruby Regexp objects, preserving behavior as closely as Ruby's regex engine allows. Handles flag mapping (i, s, m), anchor conversion (^/$ to \A/\z), inline modifiers, and control character escapes. Emits warnings for JS features without direct Ruby equivalents (g, y, u, v, d flags).

Total

Ranking: 188,415 of 188,609
Downloads: 235

Daily

Ranking: 128,836 of 188,587
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconjasl