•  
      tasks #45281 Extract maximum numeric value from a string
    #45281
    Ritish Singh (ritish31)
    2022-08-16 12:53
    2022-08-16 12:53
    Details
    Extract maximum numeric value from a string
    Using findall() and max() method
    In this method, we will find the numbers within the input string using re.findall() method. Then we will cast the number into integer using map() and then use max() to find the maximum numeric value from the list.
    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