1 Answers
The naming conventions which are mentioned below are explained in the context of production combinations.
- Production names uses Hungarian-style naming convention.
- The following are the different type of characters that are used in production for different purposes.
- e – Matching no characters
- l – Matching a complete line(s).
- x-y- – starting with x- and ending with y- characters, where x- and y- are any of the above prefixes.
- x+, x-y+ – The additional property that the matched content indentation level is greater than the specified n parameter.
- c – Starting and ending with a special character
- b – Matching a single-line break
- nb – Starting and ending with a non-break character
- s – Starting and ending with white space character
- ns – Starting and ending with non-space character