OuhscBbmc / StatisticalComputing

OUHSC's SCUG (Statistical Computing Users Group)
MIT License
8 stars 3 forks source link

Another regular expression #10

Closed Maleeha closed 4 years ago

Maleeha commented 4 years ago

You don't have to look at it yet since i have not really spend time on the rest of it on my own but if you do find time to look at it, i am trying to finish the rest of it @wibeasley

expression

Thanks!

Maleeha commented 4 years ago

02D97ED4-A784-440D-A71F-BF939D9BD06B

I think this does it but please let me know if there is a better way at your convenience @wibeasley

wibeasley commented 4 years ago

Hi @Maleeha, I'm happy to help. Could you please include text version (that I can copy & paste) of

  1. the subject/test strings (maybe at least 5 examples that span the range of input you'll face)
  2. the regex pattern
  3. your desired output

FYI, here's a lot more detailed advice for asking regex questions to people outside of your specific project:

  1. https://meta.stackexchange.com/questions/222498/how-to-ask-a-good-regex-question
  2. https://stackoverflow.com/tags/regex/info

Here's an example of one of my regex questions: https://stackoverflow.com/questions/55270833/regex-to-qualify-n

Maleeha commented 4 years ago

@wibeasley, I will post it in another issue in a way that you advised. Thank you!