Jump to content

Finding Uppercase in a field


vargas

This topic is 6653 days old. Please don't post here. Open a new topic instead.

Recommended Posts

FMP searches are case insensitive by default. However in FMP 6 and earlier setting the field's sort language to ASCII will make it case sensitive.

Though I haven't tried it with 7/8, try setting the language to Unicode.

Link to comment
Share on other sites

You might try this ... create a calculation (result is number):

Length ( Filter ( Middle ( text ; 2 ; Length ( text ) ) ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ) )

This should produce the number of upper case characters IGNORING the first character (in field called text). Search the calculation field for > 0.

Link to comment
Share on other sites

This topic is 6653 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.