N1 Service Provisioning System 4.1 Reference Guide

Pattern Matching

A number of attributes of elements within a component or plan may contain regular expression patterns. Unless otherwise specified, these patterns are glob-style patterns rather than fully generic regular expressions. This means that '*' is used to match zero or more characters and '?' is used to match exactly one character. Characters listed within brackets ([]) specify a range of possible characters that may match exactly one character.