collaboratewithakash
044df1e5dc
backlink updated
2024-04-24 13:22:21 +05:30
panos-kakos
30d09bdc45
[JAVA-33592] Created new module core-java-string-operations-9 and moved code from core-java-string-operations-7 ( #16364 )
2024-04-21 23:29:58 +02:00
rcalago
61ce803afd
Update README.md
2024-04-17 15:54:13 +08:00
Mo Helmy
f3548a3c44
Update SymmetricSubstringMaxLengthUnitTest.java ( #16411 )
2024-04-15 11:47:38 -07:00
Mo Helmy
ae5290fe76
This commit is related to BAEL-7722 ( #16382 )
...
This commit aims to update SymmetricSubstringMaxLengthUnitTest.java.
2024-04-11 13:37:39 -07:00
Mo Helmy
1b0b87bfd2
This commit is related to BAEL-7722 ( #16316 )
...
This commit aims to add a test class "SymmetricSubstringMaxLengthUnitTest.java" to find length of longest symmetric substring.
2024-04-08 09:30:28 -07:00
rcalago
278e6cebdc
Update README.md
2024-04-04 00:08:58 +08:00
Vini
823bbbdae0
Merge pull request #16146 from danielmcnally285/danielmcnally285_last_n_characters
...
BAEL-7600: Get last n characters from a String
2024-03-31 11:30:59 +02:00
rcalago
dd622e250d
Update README.md
2024-03-27 10:26:12 +08:00
rcalago
8cb77a1a88
Update README.md
2024-03-27 10:23:41 +08:00
MohamedHelmyKassab
663d1831da
This commit is related to BAEL-6404 ( #16201 )
...
This commit aims to add a test class "UTF8ToISOUnitTest.java" To convert UTF-8 to ISO-8859-1 in Java.
2024-03-22 11:15:31 -07:00
DiegoMarti2
30b95b0161
baeldung-articles : BAEL-6402 ( #16185 )
...
* baeldung-articles : BAEL-6402
Normalizing the EOL Character in Java
* Add dep to pom.xml file
2024-03-20 15:02:21 -07:00
danielmcnally285
9439463838
move BeforeEach to top of class
2024-03-19 20:02:44 +00:00
danielmcnally285
96450ee79d
add new lines before assert statements
2024-03-16 12:34:35 +00:00
danielmcnally285
82ca2b8b92
last n characters from string unit tests
2024-03-16 12:23:28 +00:00
Bipin kumar
8a2f4211c3
JAVA-32170_C_11: Changes made for Fix formatting of POMs - C_11 ( #16112 )
2024-03-15 23:54:51 +02:00
panos-kakos
a39f20151d
[JAVA-30626] Clean up guava dependencies ( #16098 )
...
* [JAVA-30626] Clean up guava dependencies
* [JAVA-30626] Clean up guava dependencies
* [JAVA-30626] Clean up guava dependencies
* [JAVA-30626] Clean up guava dependencies
* [JAVA-30626] Clean up guava dependencies
2024-03-14 00:44:56 +01:00
rcalago
ed5c492060
Update README.md
2024-03-13 15:01:37 +08:00
rcalago
55ac1b1055
Update README.md
2024-03-09 06:06:45 +08:00
Dominique Plante
1ce195f8df
Merge pull request #15938 from yadavan88/BAEL-7588
...
Added code sample and test for getting initials for a name
2024-03-06 20:32:48 -08:00
rcalago
d794cb70af
Update README.md
2024-03-01 14:38:32 +08:00
rcalago
8166d6bef4
Update README.md
2024-03-01 14:31:08 +08:00
rcalago
1702eeb272
Update README.md
2024-03-01 14:26:15 +08:00
rcalago
172061a5e6
Update README.md
2024-03-01 14:15:07 +08:00
Azhwani
8059f7a92c
BAEL-7514: Get first n characters in a String in Java ( #15817 )
2024-02-28 17:48:20 +01:00
Liam Williams
72953d3c13
Merge pull request #15921 from sk1418/rm-trailing-space
...
[rm-trailing-space] rm trailing whithspace
2024-02-27 21:18:16 +00:00
Yadukrishnan
968fb13fcd
added more test cases
2024-02-25 09:49:58 +01:00
Yadukrishnan
9b0681f0cf
added more test cases
2024-02-25 09:49:02 +01:00
Yadukrishnan
4414eed69a
changed methods to static methods
2024-02-21 20:52:37 +01:00
Yadukrishnan
e9ce6f7741
Added code sample and test for getting initials for a name
2024-02-21 18:24:36 +01:00
MohamedHelmyKassab
c8c29a7806
This PR is related to BAEL-7556 ( #15900 )
...
* This commit is related to BAEL-7556
This commit aims to add a test class "FindUniqueEmailsUnitTest.java".
* Update FindUniqueEmailsUnitTest.java
2024-02-20 22:11:24 -10:00
Kai.Yuan
501c511e74
[rm-trailing-space] rm trailing whithspace
2024-02-20 09:29:47 +08:00
DiegoMarti2
7cbf2eafcd
baeldung-articles : BAEL-7442 ( #15887 )
...
* baeldung-articles : BAEL-7442
Check if String is Base64 Encoded (commit)
* Update CheckIfStringIsBased64UnitTest.java
2024-02-17 14:12:34 -08:00
rcalago
81b79d01f7
Update README.md
2024-02-17 06:32:27 +08:00
Mo Helmy
cd44988598
This PR is related to BAEL-7554 ( #15895 )
...
This PR aims to add a test class "FindLargestNumInStringUnitTest.java".
2024-02-16 09:11:48 -08:00
Kai.Yuan
9cbccd4b2f
[count-upper-lower] extract the impl. from the test methods
2024-02-14 09:40:57 +01:00
Kai.Yuan
a7a97689ba
[count-upper-lower] add unicode char tests
2024-02-14 09:40:38 +01:00
Kai.Yuan
746c6f5083
[count-upper-lower] some renamings were missing
2024-02-14 09:40:38 +01:00
Kai.Yuan
ee12253609
[count-upper-lower] review comments related changes
2024-02-14 09:40:38 +01:00
Kai.Yuan
6bbef27bc7
[count-upper-lower] count upper/lowercase letters
2024-02-14 09:40:36 +01:00
MohamedHelmyKassab
831acaf8cf
This PR is related to BAEL-7528 ( #15865 )
...
* Update pom.xml
Add: <module>core-java-string-operations-8</module>
* This commit is related to BAEL-7528
This commit aims to add a new module "core-java-string-operations-8" to submit a test class "EmailAndPhoneMaskingUnitTest"
2024-02-12 09:59:03 -08:00