- string
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Quotes the given string using "\Q" and "\E", so that all meta-characters lose their special meaning. This method correctly escapes embedded instances of "\Q" or "\E". If the entire result is to be passed verbatim to Pattern.Compile(string), it's usually clearer to use the Pattern.Literal flag instead.