Blue Prism string format / validation

MiltiadisFokas

New Member
Hello ,

I have a issue about an exception and the format should be :

DDMMYYSNNNX, where DD = day, MM = month, YY = year, S = Either ‘A’ or ‘-‘, NNN = number, X = Letter or number Examples: 310199-111K, 011206A2222
"DDMMYYSNNNX" is a text and should be 11 characters.

Can anyone help me?

Thank you
 

sahil_raina_91

Active Member
Hello ,

I have a issue about an exception and the format should be :

DDMMYYSNNNX, where DD = day, MM = month, YY = year, S = Either ‘A’ or ‘-‘, NNN = number, X = Letter or number Examples: 310199-111K, 011206A2222
"DDMMYYSNNNX" is a text and should be 11 characters.

Can anyone help me?

Thank you

What you are trying to achieve here?
Do you want to validate the text if it matches the criteria. If so, you can use regex + date functions inside blueprism
 
Top