FilterValuesByTest ( text ; varName ; test ; include_1 )
Rate this function: Average rating: 3.1 (15 votes) Discuss this Custom Function
Fabrice Nordmann, 1-more-thing
http://www.1-more-thing.com
Returns a text filtered by a test
Sample Input:
| FilterValuesByTest ( "how incredible¶is that"; "value"; "left ( value; 1) = \"i\""; 0 ) |
|
Sample Output:
| "how incredible¶" (values that do not begin with "i") |
|
Description:
Regular expressions in FileMaker !
This is a very customisable function, read the comments to know more about it.
Virtually, any type of text parsing is possible with this function and FilterWordsByTest
UPDATE : I would now recommend the use of CustomList, by Agnès Barouh : http://www.briandunning.com/cf/747, or FilterList : http://www.briandunning.com/cf/771
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
This is my Custom Function and I want to
edit it
Discuss:There are no comments yet. Be the first to post a comment about this Custom Function! Please try to keep it brief & to the point. Anyone can post:
|
Newest Custom Functions:
| 1. |
ListToggle ( InList ; InValue ) |
| |
(Thu, May 16, 6:59pm) |
| 2. |
VatFormat ( vat ) |
| |
(Tue, May 14, 2:45am) |
| 3. |
CheckVatBE ( vat ) |
| |
(Tue, May 14, 2:32am) |
| 4. |
CheckIBAN (IBAN ) |
| |
(Tue, May 14, 2:24am) |
| 5. |
OrcidCheckDigit ( Orcid_id ; Result ; Iterations ) |
| |
(Wed, May 08, 1:44am) |
| 6. |
DateRangeBySpan ( Begin ; End ; Term) |
| |
(Mon, May 06, 6:53am) |
| 7. |
Convert_Arabic_to_Chinese( number ) |
| |
(Thu, May 02, 6:10am) |
| 8. |
NPVV ( cashFlowList, interestRate ) |
| |
(Sun, Apr 28, 1:56pm) |
 |
|