Utils.unescapeSearchText

Use this function before Source.searchSettingsSetSearchText, to unescape the following sequences of characters: \n, \r, \t and \\. The purpose is to easily write those characters in a search entry.

Note that unescaping the search text is not needed for regular expression searches.

See also: Source.utilsEscapeSearchText.

struct Utils
static
string
unescapeSearchText
(
string text
)

Parameters

text string

the text to unescape.

Return Value

Type: string

the unescaped text.

Meta

Since

3.10