Commit Graph

13 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
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
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
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
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
alemoles
6e3bb64b1f BAEL-5981 - String Interpolation in Java (#13092) 2022-11-27 14:28:44 -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
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
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