Method

GLibRegexget_has_cr_or_lf

since: 2.34

Declaration

gboolean
g_regex_get_has_cr_or_lf (
  const GRegex* regex
)

Description

Checks whether the pattern contains explicit CR or LF references.

Available since: 2.34

Return value

Type: gboolean

TRUE if the pattern contains explicit CR or LF references.