rust/src/libregex
Brian Anderson bc450b17e3 core: Change the argument order on splitn and rsplitn for strs.
This makes it consistent with the same functions for slices,
and allows the search closure to be specified last.

[breaking-change]
2014-08-13 15:27:37 -07:00
..
test Use a byte literal in libregex 2014-08-06 01:18:19 -04:00
testdata Add a regex crate to the Rust distribution. 2014-04-25 00:27:24 -04:00
compile.rs Fix more misspelled comments and strings. 2014-06-10 11:24:17 -04:00
lib.rs ignore-lexer-test to broken files and remove some tray hyphens 2014-07-21 10:59:58 -07:00
parse.rs core: Change the argument order on splitn and rsplitn for strs. 2014-08-13 15:27:37 -07:00
re.rs deprecate Vec::get 2014-07-17 12:08:31 +12:00
vm.rs core: Change the argument order on splitn and rsplitn for strs. 2014-08-13 15:27:37 -07:00