Plugin Info: MAGI Regular Expression Plugin | |
Developer: | Studio Magic Software |
Current Version: | 1.04 |
Current Ver (Mac): | |
Current Ver (Win): | |
Features: | Regular Expressions |
FileMaker Vers: | 10+ |
Platform: | Win |
Single License: | $40 |
Website: | filemakerplugin.info |
Last Updated: | August 2011 |
![]() ![]() ![]() |
Regex Plugin is the plugin that add the regular expression function to FileMaker Pro.
With Regex plugin, you can check if the text matches the specified pattern, get the position of matches text string and change the text to other text according to the regular expression pattern.
Checking if the e-mail address or credit card number is in correct format is very easy with regular expressions.
Supports Japanese and other languages that use two-byte characters.
Features
- Regular expression matches.
- Get the matched group’s text position and length.
- Replace/Convert the source text according the regular expression.
- Based on std::tr1::regex library.