File extension is in extensions list: Difference between revisions

Content added Content deleted
(+ D entry)
Line 123:
{{works with|Java|6+}}
This version is the same as the main version only replace the definition for <code>extIsIn</code> with:
<lang java5>public static boolean extIsInFFextIsIn(String test, String... exts){
for(int i = 0; i < exts.length; i++){
exts[i] = exts[i].replaceAll("\\.", "");