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 trial

Development Tools

Aayush Bhandari
Aayush Bhandari
11,224 Points

Regular Expression Help.

Hi I am new to regular expression, and Stack overflow was no help. Can someone help me with the following simple example Please.. I need a simple regex.

http://stackoverflow.com/questions/24027434/linux-regular-expression

2 Answers

James Barnett
James Barnett
39,199 Points

Here's some good regex tutorials to get you started:

After you go through those posts if you've still got questions post your test text you are matching against and your regex and we'll try to help you out.

Aayush Bhandari
Aayush Bhandari
11,224 Points

Thank you so much. I will go through all of these. I need to make sure I really understand regex.