fixed: Match fixed characters, not regular expression.
Description
Match fixed characters, not regular expression.
Usage
fixed(string)
Arguments
string
string to match exactly as is
Details
This function specifies that a pattern is a fixed string, rather than
a regular expression. This can yield substantial speed ups, if
regular expression matching is not needed.