"Certificate no. 2334"
I want to extract the number "2334" string above.But I am failed again and again.
my code :
Certificate_pattern = re.compile(r'Certificate no\.\s+(\d+)')It would be nice to know If there is any different solution with Regex library.