I want to extract value after RUC:, Fecha de Emisión:, Señor(es): in differents variables string using only one Regex builder is it possible?
@"SCOTIABANK PERU SAA
RUC: 20100043140
Comprobante de Pago
AV. DIONISIO DERTEANO
Teléfono.211-6000
Nro. FC02-001521
Señor(es): EQUINOX INTERNATIONAL
Dirección: AV. JOSE LARCO 1
DNI: 20422488198 Moneda: SOLES
Fecha de Emisión: 07/10/2022
DESCRIPCIÓN VALOR VENTA TOTAL IGV PRECIO VENTA TOTAL
Comisi�n 20.00 0.00 20.00
SON: VEINTE CON 00/100 SOLES
Información Adicional: Sub Total 20.00
PRODUCTO CUENTAS CORRIENTES I.G.V. 0.00
Importe Total 20.00
Fecha y Hora de Autorización: 07/11/2022 17:47
Autorizado mediante resolución Nro. 0340050010017/SUNAT. Representación impresa del Comprobante Electrónico."
Hello @odelacruz,
yes it is possible to do with one match only by using groups and specific start and end keywords.
But to go with @Anil_G it is more readable if you split the regex match up in three parts.