News

The API consists of three classes–Pattern, Matcher, and PatternSyntaxException–all located in the java.util.regex package: Pattern objects, also known as patterns , are compiled regexes.
Today, I worked on JRUBY-5541 : Problem with java_import on Android (Ruboto) The issue boiled down to how we turn Java's camelCased method names into Ruby's snake_cased form.