CBA_fnc_escapeRegex

Description

Escapes special characters used in regex from a string

Parameters

_stringString to sanitize STRING

Returns

Safe string STRING

Examples

"\Q.*?AK-15.*?\E" call CBA_fnc_escapeRegex;

Author

LinkIsGrim

string used by format
Close