I have following policy types how will be the RUTA script for it, by using which i will be able to extract complete policy number

22 views Asked by At

Policy id has following variations

Policy id : V 123455 Policy id : V123455 Policy id : V123 455

extraction value should be V123455

I tried using below RUTA script W{REGEXP("(?i)(V|A)")} REGEXP("^((?:\s*\d){3,6})$") -> MARK(EntityType,1,2);

0

There are 0 answers