Count the numeric passages in a string
This is probably a very specific one but I have a string contained in a JMP cell and I need to be able to isolate a specific passage of numeric characters in the string. The string contains both characters and numbers and the sequence can be variable. For example if I have the cell entry aaa1b222c3 and I want to zero in on the 222 passage, I considered a means to count the number of numeric pass...