•  
      tasks #45418 Count Uppercase, Lowercase, special character and numeric values using Regex
    #45418
    Mohini Singh (mohini)
    2022-08-16 23:15
    2022-08-16 23:15
    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
    Mohini Singh (mohini)
    Rakesh Kumar Verma (rakesh.verma)
    2022-06-01
    Closed
    Attachments
    References
    References list is empty