Regular Expressions

You can search using regular expressions. Regular Expression support includes, among other things, the plus sign(+), which means “one or more of the preceding character or set of characters and the use of a pipe(|) to mean “OR”.

Examples:

Doing Something Once