Universeorange.com/Docs/

R3m/framework Function reference string.quote.meta

{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, or false if an empty string is given as string.

More information:

https://www.php.net/manual/en/function.quotemeta.php

Last modified: 2021-06-07

© 2021 universeorange.com