Matching Specific String

  • + 0 comments

    This got me confused, I thought what the task wants is to search characters between the "." in example URL. so I used this regex "(?<=.).(?=.)" however it seems it only requires to search for "hackerrank" string only. My reading comprehension is too rusty.