splitEnd ( string ; delimiter )
Splits a string based on a character delimiter and returns the last value
Average rating: 4.7 (24 votes) Log in to vote
Tami Williams - Show more from this author
Creative Computing http://www.asktami.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
// splitEnd ( string; delimiter )
// Splits a string based on a character delimiter and returns the last value
Sample Input:
split ( "tom jane mary"; " " )
Sample Output:
mary
Description:
This function will split up a string based on a character you specify and then return the last value.
Author:
Tami Williams
www.asktami.com
info@asktami.com
Comments
Binu Alexander, ASC, Apr 11, 2023 |
||
Thanks ! | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.