Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted

Hello FileMakerers,

I'm struggling with the lack of a wildcard symbol specifically for letters as opposed to digits. # represents one digit; @ represents one of any character; but there is no symbol specifically for one alphabetical character.

One example of how I want to apply this is in searching for valid UK postcode formats (I could also use this in the definition of a calcualation field to return 1 or 0 for the postcode field being valid). In Access I would use a string along the lines of

Like "[A-Z][0-9] [0-9][A-Z][A-Z]" Or Like "[A-Z][0-9][0-9] [0-9][A-Z][A-Z]" Or Like "[A-Z][0-9][A-Z] [0-9][A-Z][A-Z]" Or Like "[A-Z][A-Z][0-9] [0-9][A-Z][A-Z]" Or Like "[A-Z][A-Z][0-9][0-9] [0-9][A-Z][A-Z]" Or Like "[A-Z][A-Z][0-9][A-Z] [0-9][A-Z][A-Z]"

In FileMaker, I can use # for [0-9] ; what can I use for [A-Z] ?

Hope someone can enlighten me.

Many thanks,

Martin

Posted

Well a range for a letter can be done with entering A..PZZZZ Will find anything that starts with A and ends up to PZZZZ.

However, unlike Access I dont believe that you cant Directly create validation masks or search ranges like that.

However, you can probably do a Test for each individual character being in the format that you want.

This topic is 6498 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.