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
stringwith meta characters quoted, orfalseif an empty string is given as string.
https://www.php.net/manual/en/function.quotemeta.php
Last modified: 2021-06-06
© 2021 universeorange.com