.. index:: pair: struct; EE::UI::Doc::TextSearchParams .. _doxid-struct_e_e_1_1_u_i_1_1_doc_1_1_text_search_params: struct EE::UI::Doc::TextSearchParams ==================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct TextSearchParams { // fields :ref:`String` :target:`text`; :ref:`TextRange` :target:`range` = :ref:`TextRange`(); bool :target:`caseSensitive` { false }; bool :target:`wholeWord` { false }; bool :target:`escapeSequences` { false }; :ref:`TextDocument::FindReplaceType` :target:`type` { :ref:`TextDocument::FindReplaceType::Normal` }; // methods bool :target:`operator==`(const TextSearchParams& other); bool :target:`operator!=`(const TextSearchParams& other); bool :target:`isEmpty`(); void :target:`reset`(); };