|
|
Search and Replace
Editor.NET supports all common search and replace operations.
Among the operations that can be performed upon the text, there are operations of searching and replacing text strings.
Unlike the standard multi-line text editor, which does not implement such a functionality, Editor.NET control comes with the built-in support for them.
When the user presses Ctrl+F or Ctrl+H key combination, the search/replace dialog box appears.
You can specify various search/replace options, such as case sensitivity or search range.
Editor.NET supports Incremental Search. The incremental search is performed on a letter-by-letter basis as you type the characters. To activate the incremental search, press CTRL+I key sequence.
You can use regular expression patterns for search/replace operations as well as search for multi-line text.
Live Demo
search.swf
Size: 272 Kb
|
|