:orphan: .. index:: pair: enum; te_substring_mod_op .. _doxid-group__te__tools__te__substring_1ga868bb7ce1b40ff440e051c01142f8d04: enum te_substring_mod_op ======================== Overview ~~~~~~~~ The mode of operation for substring modifications. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum te_substring_mod_op { :ref:`TE_SUBSTRING_MOD_OP_PREPEND`, :ref:`TE_SUBSTRING_MOD_OP_APPEND`, :ref:`TE_SUBSTRING_MOD_OP_REPLACE`, }; .. _details-group__te__tools__te__substring_1ga868bb7ce1b40ff440e051c01142f8d04: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ The mode of operation for substring modifications. Enum Values ----------- .. index:: pair: enumvalue; TE_SUBSTRING_MOD_OP_PREPEND .. _doxid-group__te__tools__te__substring_1gga868bb7ce1b40ff440e051c01142f8d04a7f0b436dc333cf41d18b2f46d0856e1a: .. ref-code-block:: cpp :class: doxyrest-title-code-block TE_SUBSTRING_MOD_OP_PREPEND Prepend a new string to the content of a substring. .. index:: pair: enumvalue; TE_SUBSTRING_MOD_OP_APPEND .. _doxid-group__te__tools__te__substring_1gga868bb7ce1b40ff440e051c01142f8d04ae559b8b1fca7dd9af5edd892c57d00aa: .. ref-code-block:: cpp :class: doxyrest-title-code-block TE_SUBSTRING_MOD_OP_APPEND Append a new string to the content of a substring. .. index:: pair: enumvalue; TE_SUBSTRING_MOD_OP_REPLACE .. _doxid-group__te__tools__te__substring_1gga868bb7ce1b40ff440e051c01142f8d04afab3c6e491925e3bac4370471577e22b: .. ref-code-block:: cpp :class: doxyrest-title-code-block TE_SUBSTRING_MOD_OP_REPLACE Replace a substring with a new string.