Chapter 10. Miscellaneous

10.1. Regular Expression Syntax

skEdit supports Perl-compatible regular expressions. For full details on syntax, see the Perl documentation.

For regular expression replaces, skEdit supports two styles of backreferences: (n) or $n. For example, (1) or $1 will be replaced with the first backreference.