vatsal's blog

By vatsal, history, 8 years ago, In English

Where can i find detailed and intuitive explanation of Regex function in c++ with certain examples. I see so many string problems can be easily solved with RegEX so it seems intriguing to me. P.S Which algorithm (what complexity) is used in regex to find a substring in a string?

  • Vote: I like it
  • +5
  • Vote: I do not like it

| Write comment?
»
8 years ago, # |
  Vote: I like it +11 Vote: I do not like it
»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I recently solved few problems using regex.