Jokez Posted November 3, 2008 Posted November 3, 2008 (edited) Hi I was wondering how you can find a pattern in text ONLY from the begining of the text. I have for example the string 3.1.1 and I want it to say "true" when matching with the string 3.1.1.23.43.5 but NOT with string 5.4.3.1.1.43.5.3 how can you do this in Filemaker Calculation? Regards Jocke Edited November 3, 2008 by Guest
comment Posted November 3, 2008 Posted November 3, 2008 Try: Position ( text ; searchString ; 1 ; 1 ) = 1 or: Left ( text ; Length ( searchString ) ) = searchString
Jokez Posted November 3, 2008 Author Posted November 3, 2008 Thnx alot! The last thing was what I needed! Thnx!
Recommended Posts
This topic is 5917 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 accountSign in
Already have an account? Sign in here.
Sign In Now