AR-AX10 (serv.man2). ARAX10 User Manual (incl. firmware v2.20 features) - Sharp Copying Equipment User Guide / Operation Manual. Page 122

Read Sharp AR-AX10 (serv.man2) User Guide / Operation Manual online

 
Section 6: Meta Information
 
AXIS 7000 User’s Manual
 
122
 
Note:
Some more examples of regular expressions:
"i{1,3}"
 only "i", "ii", "iii" correct.
"i{5}"
 only "iiiii" correct
"i{2,}"
only "ii", "iii", "iiii", ...
"i{,2}"
 only "" "i" and "ii"
"^qwerty"
 "qwerty" correct but not "aqwerty"
"qwerty$"
"qwerty" correct but not "qwertyu"
infix notation: 
Structure notation where the operator is located between the operands, 
e.g. (A+B).
postfix notation: 
Structure notation where the operator follows the operands, e.g. (A,B)-. 
Example
Description
“[0-9]{2}/[0-9]{2}/[0-9]{4}”
Date DD/MM/YYYY
"[a-zA-Z]+)|([a-zA-Z]+.[a-zA-Z]+)@[a-zA-
Z]+.[a-z]{2,3}"
"\([0-9]{3}\)?[0-9]{3}[]{,1}
[0-9]{4}"
Telephone number
"(123) 123-1234" 
"(123)1231234" 
"(123) 123 1234"
"[a-zA-Z]+"
Name:
"John Doe" 
"John"
"[0-9]{2} ?[0-9]{3}"
ZIP code
"12345" 
"12 345"
"(1|2|3|4|5|6|7|8|9|10|11|12):
[0-9]{,2}(:[0-9]{0,2})?
?(AM|am|Am|PM|pm|Pm)"
Time : 
"1:05:59 AM" 
"1:05:59 am" 
"1:05:59 PM" 
"1:05:59 pm" 
"1:05 AM"
Page of 127
Display

Click on the first or last page to see other AR-AX10 (serv.man2) service manuals if exist.