I want to check the if the first letter of a field is capitalized.
Example:
If (First Name field) is capitalized {
Capitalized!
} else {
Not Capitalized!
}
Thanks
Thank you
|
I want to check the if the first letter of a field is capitalized. Example: If (First Name field) is capitalized { Capitalized! } else { Not Capitalized! } Thanks Thank you |
|||||||
|
see |
|||||||
|
|
Use this to check the first letter of each word -
Or you can use If you know for sure that you wan't it in upercase though, you don't have to worry about the check, just run do |
|||||||||
|