Next: Macros Commands, Previous: Clip Commands, Up: Commands [Contents][Index]
These commands control the search system. ne
offers two complementary
searching techniques: a simple, fast exact matching search (optionally
ignoring case), and a very flexible and powerful, but slower, regular
expression search based on the GNU regex
library (again,
optionally case insensitive).
• Find | ||
• FindRegExp | ||
• Replace | ||
• ReplaceOnce | ||
• ReplaceAll | ||
• RepeatLast | ||
• MatchBracket | ||
• AutoMatchBracket | ||
• SearchBack | ||
• CaseSearch | ||
• AutoComplete |