Help / search

Text Search

Regular Expression Syntax

Start of the text

Add a ^ to the start of your search. For example:

^Acacia

End of the text

Add a $ at the end of your search. For example:

spp.$

Dot

Please note the stop/dot is always escaped to make search easier for most people.