Skip to content

Instantly share code, notes, and snippets.

@Zillionx
Last active August 29, 2015 14:08
Show Gist options
  • Save Zillionx/c5c0934c1f4916394862 to your computer and use it in GitHub Desktop.
Save Zillionx/c5c0934c1f4916394862 to your computer and use it in GitHub Desktop.
After – FileMaker pro custom functions
# Sample Input
After ("jim@aol.com" ; "@" ; 1 ; 0)
After ("aa:bb:cc" ; ":" ; -1 ; 1 )
After ("¶a¶b" ; ¶ ; 1 ; 0)
# Sample Output
aol.com
:cc
a¶b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment