Skip to main content

Posts

Showing posts with the label ASCII

valiateCharacterSetAscii

The method below replaces all the non ASCII printable characters in the ArrayList provided as argument with null. public static ArrayList valiateCharacterSetAscii(ArrayList fileContents){ ArrayList tmpList = new ArrayList (); String str = ""; for(int j=0; j =33 && charCode