1
Fork 0

(core::str) do some replacements

This commit is contained in:
Kevin Cantu 2012-02-22 23:26:09 -08:00 committed by Marijn Haverbeke
parent 2756a61e34
commit 280633a728
3 changed files with 9 additions and 8 deletions

View file

@ -36,6 +36,7 @@ export
bytes,
chars,
substr,
slice,
slice_chars,
split,
split_str,
@ -72,8 +73,8 @@ export
index_chars,
byte_index,
byte_index_from,
//rindex,
rindex_chars,
rindex,
//rindex_chars,
find_chars,
find_bytes,
find_from_bytes,