Regular Expressions
Provtest supports regular expressions for almost every string validation. When an xml attribute begins with "re", it means that the validation will use pattern matching. It is always possible to use strict equality for a string validation using the nominal attributes (eg, "value" instead of "reValue"). Remark : provtest uses libpcre (Perl Compatible Regular Expressions) for regexp matching.
Copyright © Cloud Software Group, Inc. All rights reserved.