text-document-search 1.12.1

Find and replace use cases for text-document
Documentation
1
2
3
4
5
6
7
8
9
10
// Generated by Qleany v1.5.1 from feature_use_cases_mod.tera

// Hand-added (NOT generated by Qleany): see the module's own doc.
pub(crate) mod addressable_text_uc;
pub(crate) mod find_all_uc;
pub(crate) mod find_text_uc;
pub(crate) mod replace_core;
pub(crate) mod replace_ranges_uc;
pub(crate) mod replace_text_uc;
pub(crate) mod search_helpers;