1
Fork 0

(core::str) replace byte_index[_from] with index[_from]

This commit is contained in:
Kevin Cantu 2012-02-22 23:46:45 -08:00 committed by Marijn Haverbeke
parent 280633a728
commit 6ea3d7935e
4 changed files with 23 additions and 21 deletions

View file

@ -71,8 +71,10 @@ export
// Searching
index_chars,
byte_index,
byte_index_from,
index,
index_from,
//byte_index,
//byte_index_from,
rindex,
//rindex_chars,
find_chars,