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 trialRalph Findling
5,270 PointsCan find help related to "Edit RegExp" in the IDE
I can't find anything in the IDE help documentation related to: After highlighting a regular expression choose "Edit RegExp" to launch a scratchpad. Has this changed since the lesson was produced?
Ralph Findling
5,270 PointsI eventually found the answer as Edit RegExp Fragments... not easy to find. The Help wasn't very helpful in finding it.
4 Answers
Evangelos Meintasis
7,287 PointsFragments gives me wrong answer!!!
Josh Gold
12,207 PointsCouldn't find that answer in IntelliJ either. I highlighted the regular expression in Template.java, but could not find where to choose "Edit RegExp".
The answer "fragments" worked for me. Not sure if this is case sensitive answer or not. And unfortunately I never did find where to select "edit regexp" so I could learn how to use this feature.
Evangelos Meintasis
7,287 PointsThanks!
Matthew Barrus
16,731 Pointsshould be "Fragment" (singular) and here's the documentation: https://www.jetbrains.com/idea/help/regular-expression-syntax-reference.html#d1333550e749
Ed Eden
3,518 PointsReading through the 'regular expression syntax reference' (I think Matt linked, above) and following it down to the Tips & Tricks section will give you the answer :).
Shane May
5,114 Pointsfragment with no s is the answer. Really hard to find!
Ralph Findling
5,270 PointsRalph Findling
5,270 PointsI eventually found the answer as Edit RegExp Fragments... not easy to find. The Help wasn't very helpful in finding it.