Regex documentation terminology correction
The documentation for regex mentions (multiple times) “qualifiers”. In regex, these are actually called “quantifiers”. These pages includes such references: * https://docs.python.org/3/library/re.html * https://docs.python.org/2/library/re.html * https://docs.python.org/dev/_sources/library/re.txt Any other programming language uses the terminology of “quantifier” (as seen below). * https://docs.microsoft.com/en-us/dotnet/standard/base-types/quantifiers-in-r... * https://docs.oracle.com/javase/tutorial/essential/regex/quant.html * https://perlmaven.com/regex-quantifiers * https://www.w3schools.com/jsref/jsref_regexp_nxy.asp * http://php.net/manual/en/regexp.reference.repetition.php Best regards, Colton Toscher | I.T. Manager | BARON FINANCE ___________________________________________________ 27 Roytec Road, Unit 11, Woodbridge, ON L4L 8E3 T: 905.761.1180 ext. 230 | F: 905.761.0580 ctoscher@baronfinance.com www.baronfinance.com This e-mail and any attachments may contain confidential information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal.
participants (1)
-
Colton Toscher