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!
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

Oshedhe Munasinghe
8,108 PointsWhat is so useful to use RE in JAVA?
I am curious why we are actually learning RE in JAVA. What is it useful in RE?
1 Answer

Steven Parker
225,652 PointsRegardless of language (as they are used by many), regular expressions are quite useful for operations that require analyzing and/or manipulating string data. Not only will they be useful for your own development, but if you work in a team or need to update code written by others, you'll almost certainly encounter them there.