Skip to content

Instantly share code, notes, and snippets.

@ntsangaris
ntsangaris / 1. Readme.md
Last active December 1, 2025 22:44
FileMaker RegEx Utility

FileMaker Native RegEx Utility

Context: This Gist is provided as a supplement to my job application. Due to form character limits and image upload restrictions, I have hosted the full code examples here to ensure readability.

Overview

This utility allows FileMaker developers to perform Regular Expressions (RegEx) natively without requiring third-party plugins. It leverages a lightweight, hidden Web Viewer to process text via JavaScript, bridging the gap between FileMaker's limited pattern matching and the full power of JS RegExp.

File Manifest

The solution consists of three components: