Next: , Up: Regular Expression Functions   [Index]


8.4.2.1 regexp-quote

Function: regexp-quote string

This function returns a regular expression whose only exact match is STRING. This allows you to request an exact string match or search when calling a function that wants a regular expression.