Function overview
Prototype
NoDigit (
text )
Parameters
text
Description
Tags:
Text Parsing Filter
Instead of using a multi substitution with empty, a nice use of the mostly unknown KanjiNumeral ( ) function.
Returns the given string with no digit inside.
Examples
Sample input
1ab23c4d
Sample output
abcd
Function code
Filter ( text ; KanjiNumeral ( text ) )
// ===================================
/*
This function is published on FileMaker Custom Functions
to check for updates and provide feedback and bug reports
please visit http://www.fmfunctions.com/fid/233
Prototype: NoDigit( text )
Function Author: Daniele Raybaudi (http://www.fmfunctions.com/mid/38)
Last updated: 10 September 2009
Version: 1
*/
// ===================================
Filter ( text ; KanjiNumeral ( text ) )__LITBR____LITBR__// ===================================__LITBR__/*__LITBR____LITBR__ This function is published on FileMaker Custom Functions__LITBR__ to check for updates and provide feedback and bug reports__LITBR__ please visit http://www.fmfunctions.com/fid/233__LITBR____LITBR__ Prototype: NoDigit( text )__LITBR__ Function Author: Daniele Raybaudi (http://www.fmfunctions.com/mid/38)__LITBR__ Last updated: 10 September 2009__LITBR__ Version: 1__LITBR____LITBR__*/__LITBR__// ===================================
Login or register to comment
Create a new account with fmcustomfunctions.com or login to post a comment.
Comments
21 September 2009
I misinterpreted the function...
nice one :-)
(Edited by Andries Heylen on 21/09/09 )