| 390 | } |
| 391 | |
| 392 | u64 text::last_index_of(const text_view& pattern, const u64 from, const u64 size) const noexcept |
| 393 | { |
| 394 | return this->view().last_index_of(pattern, from, size); |
| 395 | } |
| 396 | |
| 397 | u64 text::count(const text_view& pattern, const u64 from, const u64 size) const noexcept |
| 398 | { |