Rotate Text Inside Brackets
Hey everyone,
Im pretty new to Java so hopefully some of you will be able to help me out!
I'm working on an application where users input text. How exactly would I tell my program to perform a task but only between brackets {} that a user enters.
For example...
A user writes a body paragraph, but during the body paragraph they can {designate particular sentences with brackets}. I want to know how to tell the computer to perform a task but only inside the brackets.
Would appreciate any feedback. Thanks.