Hint

The regular expression syntax in RExT is based on the JavaScript regular expression syntax. This syntax already supports a lot of features of regular expressions, but lags of some special features other programming/scripting languages offer in their regexp syntax.

So if you want to learn more about regular expressions please have a look at the JavaScript page at the Firefox Wiki.