I have single line of text field in a Sharepoint 2010 list. I need to validate the particular field. The user will enter the number by starting with I or F. How do I validate the field if the user does not enter the number starting with I or F?
For e.g., (the user will enter I1900 or F9999), but if the users enters without I or F(such as only number 9999) how do I validate this field?