Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTrace Harris
Python Web Development Techdegree Graduate 22,065 PointsWhy does my group patterns match independently but not combined
so in my regex if I comment out 1 pattern I will create a match object it does not matter which I comment out both seem to be producing a correct match object however when i try to work with both groups I am getting None error
2 Answers
Alex Koumparos
Python Development Techdegree Student 36,887 PointsHi Trace,
Please post your code and we'll take a look.
Cheers
Alex
Trace Harris
Python Web Development Techdegree Graduate 22,065 Pointsno worries I got it issue was that I was looking to match \t instead of ,\s