Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
⚠️ We have a new website! Visit now for the most update to date documentation. This wiki is no longer being maintained.
Escapes the string for use in Lua patterns. Escapes the following characters ( ) . % + - * ? [ ] ^ $ with %.
( ) . % + - * ? [ ] ^ $
%
escaped = string.escapepattern("s")
s is the string to escape.
s
Returns the input string escaped for use in Lua patterns.
local match = filename:match(string.escapepattern("boost_filesystem-vc140.1.61.0.0"))
Premake 5.0 or later.