delete constant

String const delete

Implementation

static const delete = r'^delete'
    r'(:priority:(?<priority>low|medium|high))?'
    r'(:cached)?'
    r'(:((?<publicScope>public)|(@(?<forAtSign>[^:@\s]+))))?'
    r':(?<atKey>(([^:@\s]+)|(privatekey:at_secret)))'
    r'(@(?<atSign>[^:@\s]+))?'
    r'$';