Commit Graph

27 Commits

Author SHA1 Message Date
thibault.faure
64d1902858 Create new module core-java-string-operations-6
Move code for the Find the Longest Word in a String article
2023-05-22 19:51:40 +02:00
edizor
4c64a3bfc5 Update README.md
[skip ci]
2023-05-12 00:02:53 +08:00
edizor
b608a354b8 Update README.md
[skip ci]
2023-05-11 23:42:17 +08:00
davidmartinezbarua
1ff9457f67 Merge pull request #13934 from thibaultfaure/articles/BAEL-6438-find-longest-word-in-given-string
BAEL-6438 Code for the Find the longest word in a given string article
2023-05-09 00:41:01 -03:00
Loredana Crusoveanu
30e72667f6 Merge pull request #13956 from edizor/master
Update README
2023-05-07 08:10:20 +03:00
Kai Yuan
5d22b3670e [BAEL-6485_RM-Punctuation] Remove Punctuation (#13946) 2023-05-05 20:11:54 -05:00
thibault.faure
e88eea7fe6 BAEL-6438 Code for the Find the longest word in a given string article 2023-05-05 20:50:54 +02:00
edizor
3a7f88deaf Update README.md
[skip ci]
2023-05-06 00:15:22 +08:00
edizor
e6a883e959 Update README.md
[skip ci]
2023-05-05 23:24:09 +08:00
Kai Yuan
897a50f369 [BAEL-6436_printQuotesAroundString] Print "" Quotes Around a String in Java (#13925) 2023-05-02 16:31:35 -05:00
Azhwani
903badf7c9 BAEL-6352: Check if the First Letter of a String is a Number (#13883) 2023-04-29 00:13:35 +02:00
Dhawal Kapil
bb5bfa992a JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
edizor
24ebdd6592 Update README.md
[skip ci]
2022-12-22 22:25:58 +08:00
Tapan Avasthi
adeb036a37 BAEL-6015: Split String by Whitespace in Java (#13146)
- Using split() method of String class
- Using StringTokenizer class
- Using split() utility method of the StringUtils class

Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2022-12-18 22:07:11 -06:00
edizor
643699947d Update README.md
[skip ci]
2022-12-07 19:25:14 +08:00
alemoles
6e3bb64b1f BAEL-5981 - String Interpolation in Java (#13092) 2022-11-27 14:28:44 -08:00
freelansam
188201d324 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
edizor
f6a3385718 Update README.md 2022-10-26 22:39:48 +08:00
edizor
da11b6f03a Update README.md 2022-10-26 22:34:34 +08:00
edizor
65c650de5f Update README.md 2022-10-26 22:28:01 +08:00
Kai Yuan
e8cea91eb9 [strToStrArray] Convert String to string array in Java (#12899)
* [strToStrArray] Convert String to string array in Java

* [strToStrArray] add one more example
2022-10-24 20:20:37 -05:00
Kai Yuan
f725c19a87 [strToChar] Convert String to char in Java (#12893) 2022-10-23 09:50:15 -05:00
Kai Yuan
b924157d00 [Capitalize_1st] Capitalize the First Letter of a String in Java (#12885) 2022-10-19 20:31:27 -05:00
Asjad J
9718f13da0 Updated README.md
added link back to the article: https://www.baeldung.com/java-string-concatenation
2022-09-30 16:53:15 +05:00
alemoles
409f0fe2de BAEL-5583 String concatenation: concat() vs + operator (#12719)
* BAEL-5583 String concatenation: concat() vs + operator (#10)

* BAEL-5583 String concatenation: concat() vs + operator
2022-09-19 21:14:43 -05:00
Asjad J
29ad20c6f3 Updated README.md
added link back to the article: https://www.baeldung.com/java-compare-characters
2022-09-02 08:56:20 +05:00
Azhwani
9adb5b37bc BAEL-5390: Compare Characters in Java (#12633)
* BAEL-5390: Compare Characters in Java

* create new module core-java-string-operations-5
2022-08-28 18:53:06 +02:00