Okay so I've been toying around a little bit and Came up with this Regex which got a good chunk of the mixed case numbers:
\w{0,40}\-.*?\-\w{0,40}
picks up garbage like this:
-load-off
-and-relax
ms-new-bootynaomiryder
-back-in
-topeka-by
-popular-demand
but nestled it it ALSO grabbed some...
been thinking about it the past few days...lts probably best to do a regex that searches for 15 chars - 15 chars - 15 chars ...just convert the string after the fact by turning all spelled numbers into digit numbers then to remove spaces, letters, and ellipses. Then, the other method...
yes, thank you Number Masking.... I'll go on and google forward
Alright i took a look and see that I knew what that was but not that it was referred to in such a way. Are you saying I'm to resort to making a mask of all potential phone numbers where I create a version for each lettered out...
I don't come here often (as I usually am a lurker) but now I'm at the point to where I need to figure out a few things. I do stuff pretty well compared to many and very VERY shitty compared to what you would consider above average but not elite. I can build things and use APIs...that's what I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.