Hi, I would like to check if I can make use of "Find & Replace" feature programmatically from my ASP.NET C# code behind?
We are currently storing the HTML data into our database, and we would like to support Find & Replace from the system backend instead of through the Editor front-end, one of the way we tried is to use editor.PlainText to do the manual search & replace by using Regex, however, I have no way to assgin the PlainText in order to get back the underlying HTML to store back into the DB.
I am amazed by the "Find & Replace" function that found in the editor, would be very happy if this function is being exposed in the dll for us to make use of it.
Please let me know, appreciate your help.
Thank you.
- Yuen Li