DigitSequences ( text ; numberOfDigits )
Extracts digit sequences
Average rating: 4.6 (20 votes) Log in to vote
Daniele Raybaudi - Show more from this author
ACI http://www.aci.it |
Sample input:
DigitSequences ( "ab023 23aaaa254" ; 3 )
DigitSequences ( "p.iva05816830581abc23" ; 11 )
DigitSequences ( "p.iva05816830581abc23" ; 11 )
Sample output:
023¶254
05816830581
05816830581
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Extracts all the digit sequences composed of numberOfDigits found in a string of text.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.