Changes between Initial Version and Version 1 of Ticket #13473


Ignore:
Timestamp:
Sep 6, 2018, 5:50:11 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13473 – Description

    initial v1  
    11This diff will allow the regex to allow for an empty field or a match. 
    22
    3 Then, if a value is always required a rule with .+ instead of .* could be used instead.
     3Then, if a value is always required a rule with `.+` instead of `.*` could be used instead.
    44
     5{{{#!diff
    56Index: ticketvalidator.py
    67===================================================================
     
    1617
    1718     def _isValidateEmail(self, email):
     19}}}