We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I also think some of the introductory challenges are a bit unclear. The given string that we want to match seems that the length is fixed, but then my initial idea to anchor the beginnning and end of the string doesn't work: r"^_stuff%" doesn't work. The questions can be more clearly phrased in this sense.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Matching Word & Non-Word Character
You are viewing a single comment's thread. Return to all comments →
I also think some of the introductory challenges are a bit unclear. The given string that we want to match seems that the length is fixed, but then my initial idea to anchor the beginnning and end of the string doesn't work: r"^_stuff%" doesn't work. The questions can be more clearly phrased in this sense.