| Plugin Info: 360Works Patterns | |
| Developer: | 360Works |
| Current Version: | 1.681 |
| Features: | Regular Expressions |
| FileMaker Vers: | 7+ |
| Platform: | Win + Mac |
| Single License: | $95 |
| Dev License: | $395 |
| Website: | 360works.com | |
Regular Expressions, or ‘regex’ for short, are a very powerful set of text manipulation and pattern matching libraries that have existed on UNIX for decades but which are only now available in FileMaker Pro. Regex allows you to build incredibly flexible search and replace functionality into your scripts and calculations to do things in a one-line calculation that would take many pages of scripting to accomplish with FileMaker’s built-in text handling functions like ’substitute’, ‘middle’, and ‘position’:
- Validate e-mails
- Convert special characters
- Strip out HTML codes, leaving plain text
- Find every link in an HTML document
- Case-sensitive text processing
In addition, we’ve added a highlighting feature which allows you to highlight all of the matching text patterns, instead of replacing them. This allows you to easily do things like:
- Add a “Google” feature to your FileMaker searches which highlights search terms in the results
- Flag items in text. For example, if you were writing a proposal in FileMaker and put all of the [missing items that you need more info on] in square brackets, you could make all of those items appear in red.