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);
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);