•  
      tasks #45279 Count Uppercase, Lowercase, special character and numeric values using Regex
    #45279
    Ritish Singh (ritish31)
    2022-08-16 12:48
    2022-08-16 12:48
    Details
    Count Uppercase, Lowercase, special character and numeric values using Regex
    The re.findall(pattern, string, flags=0) method can be used to find all non-overlapping matches of a pattern in the string. The return value is a list of strings.
    5 - Medium
    State of Progress
    2022-05-31
    100
    2022-06-02
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-31
    Closed
    Attachments
    References
    References list is empty