Remi Rampin
Remi Rampin
When proposing to enter FCP, rfcbot announces that it will "merge" the tracking issue. This makes no sense and it is pretty confusing for newcomers what this means, even if...
Javascript has built-in regular expressions (with unquoted `/.../` syntax).
[Oniguruma](https://github.com/kkos/oniguruma) (and its fork Onigmo) is a regex library used by multiple software/languages such as Ruby (Onigmo since 2.0) and PHP. I'm assuming the syntax matches PCRE but supported features...
[Rust's `regex` crate](http://doc.rust-lang.org/regex) provides native regular expression matching. At first glance, this is yet another Perl-inspired dialect, with a lot less features.
Looks like a variation of Perl's, but as usual with Ruby, it's hard to find any reference documentation of anything.
The term "row" is very surprising and quite inappropriate for code. It is usually reserved for tables and the like (where columns are equally important), not for text. I'm not...
Fix #114 This is split in multiple commits depending how much change you want to do. I also update the French PO file (I speak French), ended up being a...
#### Description The XML files holding the dataset descriptions are opened in text mode, with universal newlines enabled. This causes the CR characters to be handled inconsistently between Windows and...
I don't think this is a name, probably marks the absence of a name in your data source.