.. highlightlang:: us .. index:: EdFindReplace .. _edfindreplace: EdFindReplace ============= .. us.tag EdFindReplace EdSet New400 Changed5501 :ref:`EdFindReplace` replaces a string in an editor. .. function:: rvPos = EdFindReplace(hEdit, ssFind, rvPos, nFlag, bWrapAround, ssReplace) .. us.return **Return Value** *rvPos*. .. us.params **Parameters** .. uparam:: hEdit *hEdit* identifies the editor. .. uparam:: ssFind *ssFind* is the search string. .. uparam:: rvPos *rvPos*. .. uparam:: nFlag *nFlag*. .. uparam:: bWrapAround *bWrapAround*. .. uparam:: ssReplace *ssReplace* is the replace text. .. seealso:: :ref:`overview-editors`, :ref:`EdFind` :sub:`id-1680721`