Package javatapas.string
Class GetAlphaNumericString
java.lang.Object
javatapas.string.GetAlphaNumericString
public class GetAlphaNumericString extends Object
Return a String stripped of all characters except for Alpha or Numeric characters only.
Published at https://www.javatapas.com/string/Java-Get-Alpha-Numeric-String.html
Javadoc at https://www.javatapas.com/docs/javatapas/string/GetAlphaNumericString.html
Published at https://www.javatapas.com/string/Java-Get-Alpha-Numeric-String.html
Javadoc at https://www.javatapas.com/docs/javatapas/string/GetAlphaNumericString.html
- Version:
- 2021-05-18
- Author:
- Kodiak Brown
-
Constructor Summary
Constructors Constructor Description GetAlphaNumericString()
-
Method Summary
Modifier and Type Method Description static String
getAlphaNumericString(String inStr)
-
Constructor Details
-
GetAlphaNumericString
public GetAlphaNumericString()
-
-
Method Details
-
getAlphaNumericString
- Parameters:
inStr
- The input String to be converted to Alpha Numeric characters only.
-