What is a regular expression? How do I use it?
A regular expression is a way of representing a pattern of characters. Such patterns are used to search for substrings in a string of characters or to see if a string matches a particular pattern. In Starbase, one would use a regular expression with the row command to search for records in which the text in a column matches a certain pattern.