Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 482 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 482 Bytes

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.!