.translate_query {textpress}R Documentation

Translate Search Query

Description

Translates a search query into a format suitable for regex matching, particularly for inline searches.

Usage

.translate_query(x)

Arguments

x

The search query string to be translated.

Value

A character string representing the translated query.


[Package textpress version 1.0.0 Index]