You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose string: 全世界, match: 世, for Chinese which occupies 3 bytes, the start position shouldn't be 3, and the end position shouldn't be 6, such indexing won't be helpful!
The text was updated successfully, but these errors were encountered:
Suppose string:
全世界
, match:世
, for Chinese which occupies 3 bytes, the start position shouldn't be 3, and the end position shouldn't be 6, such indexing won't be helpful!The text was updated successfully, but these errors were encountered: