Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/issue-615/seekToTimestamp' into …
Browse files Browse the repository at this point in the history
…issue-615/seekToTimestamp
  • Loading branch information
a1shadows committed Feb 3, 2024
2 parents 0700b3f + b6df9d7 commit 101a270
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 101a270

Please sign in to comment.