An open API service indexing awesome lists of open source software.

https://github.com/cartyc/fmsplit

Filemaker Split function.
https://github.com/cartyc/fmsplit

Last synced: 5 months ago
JSON representation

Filemaker Split function.

Awesome Lists containing this project

README

          

fmSplit
=======

Filemaker Split function.

split(string; text ; value)

example input:

split("hello;how;are;you;doing"; ";" ; "")

returns a value list:

"Hello"

"How"

"Are"

"You"

"Doing"