SearchSettings.setRegexEnabled
void setRegexEnabled(bool regexEnabled)Enables or disables whether to search by regular expressions.
If enabled, the propertySearchSettings:search-text property contains the pattern of the regular expression.
classSearchContext uses #GRegex when regex search is enabled. See the
page in the GLib reference manual.
Parameters
regexEnabled | the setting. |