Matching Word & Non-Word Character

  • + 0 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.