set_regex_enabled


Description:

public void set_regex_enabled (bool regex_enabled)

Enables or disables whether to search by regular expressions.

If enabled, the [property@SearchSettings:search-text] property contains the pattern of the regular expression.

[class@SearchContext] uses Regex when regex search is enabled. See the Regular expression syntax page in the GLib reference manual.

Parameters:

this

a SearchSettings.

regex_enabled

the setting.