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

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -