(core::str) replace byte_index[_from] with index[_from]
This commit is contained in:
parent
280633a728
commit
6ea3d7935e
4 changed files with 23 additions and 21 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue