I need a match with regexp but I’m not getting it
I would like a regular expression in Python that takes only the numbers that come after ‘M-’, which in the example would be 100. Example: 648-04-2024-M-100-Recibo de Pagamento
I would like a regular expression in Python that takes only the numbers that come after ‘M-’, which in the example would be 100. Example: 648-04-2024-M-100-Recibo de Pagamento