A
Andreas Ek
Hi!
I've read that signs like $ and ^ is not allowed in Infopath and thats
correct. How do I then construct a valid pattern that verifies that
the user for example must begin a word with capital letter?
Example:
"London" is allowed and not "london"
In usual regular expression this should be something like ^[A-Z]*$ but
this is not allowed in Infopath, why? And how to work around this
without writing scripts?
Please, can anyone help me with this?
I've read that signs like $ and ^ is not allowed in Infopath and thats
correct. How do I then construct a valid pattern that verifies that
the user for example must begin a word with capital letter?
Example:
"London" is allowed and not "london"
In usual regular expression this should be something like ^[A-Z]*$ but
this is not allowed in Infopath, why? And how to work around this
without writing scripts?
Please, can anyone help me with this?