The || operator works on individual boolean terms, not to provide a bunch of different arguments.
if((!str5.contains("Vertex")||!str5.contains("Name")||!str5.contains("Transmittance")){
The || operator works on individual boolean terms, not to provide a bunch of different arguments.
if((!str5.contains("Vertex")||!str5.contains("Name")||!str5.contains("Transmittance")){