Method

IdeEditorSearchget_regex_enabled

since: 3.32

Declaration

gboolean
ide_editor_search_get_regex_enabled (
  IdeEditorSearch* self
)

Description

Gets the IdeEditorSearch:regex-enabled property. This is true if the search text can contain regular expressions supported by GRegex.

Available since: 3.32

Return value

Type: gboolean

TRUE if search text can use regex.