Skip to content

Commit

Permalink
Merge branch 'master' into ISSUE-603_masked_secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
authorjapps authored Jan 28, 2024
2 parents 153a06d + 3d1ddb8 commit 5d1bbd4
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 5d1bbd4

Please sign in to comment.