CutString12

Cuts string between two numbers that found inside string.
Like extract the string from 2nd number until the 6th number found inside longer string.
When we say number, we mean 45 or -4.90 or 123,456,789 or any other combination of characters that the human read as number.
That is why we need IsNumberChar() function.

CodeFunctionName
What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Boldcodes.com

Linkedin Login

FromString, Optional BetweenNumeric = 1, Optional AndNumeric = 2, Optional ByVal StartFromChar = 1

CutString12(blabla, 2, 6)
Will find the string between 2nd numberic number until 6th numeric number

Views 2

Downloads 0

CodeID
DB ID