Skip to content

Commit

Permalink
rm case
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Mar 28, 2024
1 parent 956e046 commit c169fb4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ public String call(String field) {
r = field;
}
else {
String[] v= field.trim().toLowerCase().split(" ");
//String[] v= field.trim().toLowerCase().split(" ");
String[] v= field.trim().split(" ");
return v[v.length-1];
}
Expand Down

0 comments on commit c169fb4

Please sign in to comment.