El_Pablo Posted March 23, 2010 Posted March 23, 2010 I think this feature could be quite useful for managing strings without coding twist.
jamesducker Posted March 23, 2010 Posted March 23, 2010 Hear hear. We do a lot of automated typesetting stuff in FileMaker and have to write some epic workarounds (mostly passing stuff out via AppleScript to "tr", "sed" or "awk" on the command line, then back in again) that inbuilt RegEx features would solve really nicely. J
El_Pablo Posted December 17, 2010 Author Posted December 17, 2010 Since logically the next version should be out sometime next year, I hope they added this feature! Example of usage regExMatch ($myText; $expression) Returns - Nothing if no match found - A list of matches regExReplace ($myText; $expression; $replacementRegEx) Returns - The resulting string
Recommended Posts
This topic is 5160 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