in reply to Regexp parses only first line correctly
Keep the class, move the "+" outside:
In your original regex, the first line matched because it had a one-character directory name that satisfied [\/\w+], where the "+" ended up inside the character class, instead of indicating repetition.\s+ \w+: \s [\/\w]+ \s+
Have you been high today? I see the nuns are gay! My brother yelled to me...I love you inside Ed - Benny Lava, by Buffalax
|
|---|