Recent content by sofa king knee dee

  1. S

    :confused: hey there lads...I'm gonna tribute as I can :eek:

    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...
  2. S

    :confused: hey there lads...I'm gonna tribute as I can :eek:

    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...
  3. S

    :confused: hey there lads...I'm gonna tribute as I can :eek:

    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...
  4. S

    :confused: hey there lads...I'm gonna tribute as I can :eek:

    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...
Back
Top