•  
      tasks #45421 To put spaces between words starting with capital letters using Regex
    #45421
    Mohini Singh (mohini)
    2022-08-16 23:24
    2022-08-16 23:24
    Details
    To put spaces between words starting with capital letters using Regex
    Split each word starting with a capital letter using re.findall(expression, str) method.
    Now change the capital letter of each word to lowercase and concatenate each word with space.

    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