Skip to content

Commit

Permalink
Merge branch 'master' into issue-615/seekToTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalchandra authored Jan 29, 2024
2 parents b414c65 + 3d1ddb8 commit b6df9d7
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,4 @@ private String createTimeStampedFileName() {
".html";
}

public static void main(String[] args) {
String sss = "A quick brown fox jumps over a lazy dog @ODS-X @Licenc_Y Z";
for(String st : sss.trim().split(" ")){
if(st.startsWith("@")){
System.out.println(st);
}
}
}
}

0 comments on commit b6df9d7

Please sign in to comment.