Jump to content

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

Recommended Posts

Posted

I think this feature could be quite useful for managing strings without coding twist.

Posted

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

  • 8 months later...
Posted

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

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 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.