mrdocs::SymbolGlobPattern::isLiteral
Checks if the glob pattern is a literal string.
Description
This function determines if the glob pattern does not contain any special characters. In other words, it matches a single string.
Return Value
true if the glob pattern is a literal string, false otherwise.
Created with MrDocs