From: Jeff H. <Je...@Je...> - 2020-07-04 01:51:26
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>I have added to the CMS version of VERIFY. They have a DString to specify the characters to verify against. I think that often what the user would want is a range of characters, e.g., "0-9".</p> <p>I have added these ranges as allowable arguments. In fact, there now can be any positive number of DStrings and char-ranges specified.</p> <p> <blockquote type="cite"><tt>/** verify</tt><tt><br> </tt><tt> v-------------------------+ (1)</tt><tt><br> </tt><tt>>>--VERIFY--+------------+-+------------+--+--+--delimitedString--+--+--><</tt><tt><br> </tt><tt> +-ANYCASE----+ +-inputRange-+ +--character-range--+ (1)</tt><tt><br> </tt><tt> +-CASEANY----+</tt><tt><br> </tt><tt> +-CASEIGNORE-+</tt><tt><br> </tt><tt> +-IGNORECASE-+</tt><tt><br> </tt><tt> +-CASELESS---+</tt><tt><br> </tt><tt><br> </tt><tt> (1) NetRexx Pipelines only</tt><tt><br> </tt><tt> (1) Examples: A-Z 0-9 c-g a4-ba; 16-bit Unicode characters</tt><tt> or hex numbers<br> </tt><tt> (1) Any number greater than zero, any order, of delimitdStrings and character-ranges are allowed.</tt><tt><br> </tt><tt><br> </tt><tt>*/</tt><br> </blockquote> <br> </p> </body> </html> |