regex - Syntax for definition -
What is syntax in MSDN for definition and how should it be interpreted?
connection-string :: = empty string [;] | Attribute [.] | Specialty; Connection string string string :: = attribute :: = attribute-keyword = attribute-value | Driver = [{] attribute-value [}] attribute-keyword :: = DSN | UID | PWD | Driver-defined-attribute-keyword attribute-value: = character-string driver-defined-attribute-keyword :: = identifier
Is this some type of regular expression?
This is a meta-language which is appropriate for describing language presentations.
Comments
Post a Comment