Universeorange.com/Docs/
{string.quote.meta(String $string)}
Quote meta characters.
Returns a version of str with a backslash character (\
) before every character that is among these:
. \ + * ? [ ^ ] ( $ )
Returns the
string
with meta characters quoted, orfalse
if an empty string is given as string.
https://www.php.net/manual/en/function.quotemeta.php
Last modified: 2021-06-07
© 2021 universeorange.com