ASKER
ASKER
I have tested my RegEx /[a-zA-Z]+/g on my test string and it selects all of the words correctly.How and where?
Is there a String class method that I can use that will allow me to use my RegEx expression to select the Words in my String and Return them back as a stringThat's not really how regex works. You need to think about replacement
ASKER
ASKER
Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.
TRUSTED BY
String.toUpperCase
String.replace
StringBuilder.reverse