G
Guest
Hi I am using a validationexpression with a regular expression validator.
In the properties window for the expression I have
[\D(3)]|[-]|[\D(3)]|[-]|[\D(4)]|[-]|[\d(5)]|[-]|[\d(4)]
as I want the following format,
abc-efg-hijk-12345-6789
abc efg hijk all must be letters upper case, I also need to check for the
hyphens -,
the numbers 123456789 can be any digits.
Anyhow seems like it is not working correctly, thanks.
In the properties window for the expression I have
[\D(3)]|[-]|[\D(3)]|[-]|[\D(4)]|[-]|[\d(5)]|[-]|[\d(4)]
as I want the following format,
abc-efg-hijk-12345-6789
abc efg hijk all must be letters upper case, I also need to check for the
hyphens -,
the numbers 123456789 can be any digits.
Anyhow seems like it is not working correctly, thanks.