type regular-expression

Mode: Configuration Mode

Description:

The regular-expression type specifies extended regular expressions.

Example:

        object newbie {
            help "Newbie settings";

            attribute regex {
                help "Test regular expression";
                type regular-expression;
            }
        }

Display:

        user@router# set example newbie regex ?
        Possible completions:
          <regex>              Test regular expression
        [edit]
        user@router# set example newbie regex "^[123][abK].*$"   

        [edit]
        user@router# show example 
        newbie {
            regex "^[123][abK].*$";
        }

        [edit]

See also:

Reference (to programmers guide/style guide):


© 2007-2008 Juniper Networks, Inc. All rights reserved. The information contained herein is confidential information of Juniper Networks, Inc., and may not be used, disclosed, distributed, modified, or copied without the prior written consent of Juniper Networks, Inc. in an express license. This information is subject to change by Juniper Networks, Inc. Juniper Networks, the Juniper Networks logo, and JUNOS are trademarks of Juniper Networks, Inc.
Generated on Sun May 30 20:23:13 2010 for DDL Reference Guide by doxygen 1.4.5