Skip to content

Normalize string to remove extra whitespace and standardize punctuations writen in Java

Notifications You must be signed in to change notification settings

datnguyen293/java-string-normalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

java-string-normalization

This utility is writen in Java for:

  1. Removing extra whitespaces from the string
  2. Adding/Removing whitespaces preceding and following of punctuation characters

For example:

Input: During a general strike in" Guayaquil ", Ecuador , police and military fired into a crowd , killing at least( 300 ) people . !

Output: During a general strike in "Guayaquil", Ecuador, police and military fired into a crowd, killing at least (300) people.!

About

Normalize string to remove extra whitespace and standardize punctuations writen in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages