SecureTransport 5.4 Administrator Guide Save PDF Selected topic Selected topic and subtopics All content General character classes You can specify a character class to match a set of characters. Character class Meaning [abc] Matches any character between the brackets [a-zA-Z] Use hyphen (-) to specify ranges of characters [^abc] Matches any character not specified Related Links
General character classes You can specify a character class to match a set of characters. Character class Meaning [abc] Matches any character between the brackets [a-zA-Z] Use hyphen (-) to specify ranges of characters [^abc] Matches any character not specified