collaboratewithakash
15f6e37175
backlink added
2024-01-27 12:22:21 +05:30
Mo Helmy
2b82e913a6
Update CheckIfStringContainsInvalidEncodedCharactersUnitTest.java ( #15703 )
...
Update:
assertTrue(found ? true : false);
to
assertTrue(found);
and
assertTrue(matcher.find() ? true : false);
to
assertTrue(matcher.find());
2024-01-22 10:18:56 -08:00
rcalago
1ab7993a38
Update README.md
2024-01-19 11:09:58 +08:00
rcalago
f19b0df6e5
Update README.md
2024-01-19 11:00:18 +08:00
rcalago
a7e76aaeaa
Update README.md
2024-01-19 10:00:55 +08:00
rcalago
2703827ea9
Update README.md
2024-01-19 09:56:47 +08:00
davidmartinezbarua
b38e72cd5a
Merge pull request #15630 from thibaultfaure/articles/BAEL-7356-Morse-Code
...
BAEL-7356 Code for the Morse Code Translation in Java article
2024-01-18 19:50:44 -03:00
Mo Helmy
5b76e4eace
This PR is related to BAEL-7174 ( #15681 )
...
* This PR is related to BAEL-7174
This PR aims to add a new test class "CheckIfStringContainsInvalidEncodedCharactersUnitTest".
* Update CheckIfStringContainsInvalidEncodedCharactersUnitTest.java
Updating if-else with ternary operator
2024-01-18 12:27:04 -08:00
Thibault Faure
fc231c59ff
BAEL-7356 Code for the Morse Code Translation in Java article
2024-01-14 13:46:57 +01:00
Mo Helmy
b41a78fb39
This commit is related to BAEL-7024 ( #15564 )
...
This commit aims to add a new test class "ReplaceNonPrintableCharsUnitTest".
2024-01-07 19:01:27 -08:00
Kai Yuan
37aa0612df
[str-length] string length vs string.bytes.length ( #15518 )
...
* [str-length] string length vs string.bytes.length
* [str-length] add relative path to the core-java-modules
2023-12-31 09:24:53 -06:00
Manfred
56a4afe866
BAEL-7175: UTF-8 Validation in Java ( #15428 )
2023-12-21 20:07:48 -06:00
MohamedHelmyKassab
a87d4fbdb3
This commit is related to BAEL-7342 ( #15460 )
...
This commit aims to add a test class "CheckIfStringBuilderContainsCharUnitTest" that suggests several ways to check if a StringBuilder has a char or not.
2023-12-20 20:58:07 -08:00
davidmartinezbarua
50416857b1
Merge pull request #15364 from parthiv39731/PR-7308
...
BAEL-7308
2023-12-20 17:13:58 -03:00
parthiv39731
089f715d8d
BAEL-7308, renamed methods
2023-12-19 21:23:38 +05:30
edizor
b746b1f0b0
Update README.md
...
[skip ci]
2023-12-17 07:55:53 +08:00
parthiv39731
b8bf044313
Merge remote-tracking branch 'origin/PR-7308' into PR-7308
2023-12-16 00:17:01 +05:30
parthiv39731
2a835a364a
BAEL-7308, renamed methods
2023-12-16 00:16:22 +05:30
parthiv39731
104d0de5f3
Merge branch 'eugenp:master' into PR-7308
2023-12-13 19:29:49 +05:30
Mo Helmy
4e3e693f71
This commit is related to BAEL-6920 ( #15371 )
...
This commit aims to add a class "StringMaxLengthMain" showing the string max length.
2023-12-06 13:08:38 -08:00
parthiv39731
8ad1043d55
BAEL-7308: Comparing One String with Multiple Values in One Expression in Java
2023-12-06 14:12:25 +05:30
parthiv39731
3a8bae0c8e
BAEL-7308: Comparing One String with Multiple Values in One Expression in Java
2023-12-05 23:20:42 +05:30
parthiv39731
296e5498e8
BAEL-7308: Comparing One String with Multiple Values in One Expression in Java
2023-12-04 23:24:24 +05:30
parthiv39731
eb63164dc6
BAEL-7308: Comparing One String with Multiple Values in One Expression in Java
2023-12-02 21:38:58 +05:30
Kasra Madadipouya
9af7dad83d
Merge pull request #15282 from harry9656/task/JAVA-26771
...
JAVA-26771: Update liquibase-core and liquibase-maven-plugin to version 4.25.0
2023-11-25 19:11:29 +01:00
edizor
a4c30e423d
Update README.md
...
[skip ci]
2023-11-24 21:35:59 +08:00
Harpal Singh
4f960b6579
JAVA-26771: Fix test core-java-string-operations-7
2023-11-23 21:53:14 +01:00
Harpal Singh
60e843aa61
JAVA-26771: Update core-java-string-operations-7 liquibase-core to 4.25.0
2023-11-23 20:59:19 +01:00
Pedro Lopes
ea7466682b
BAEL-7178: StringUtils.isBlank() vs String.isEmpty() ( #15213 )
...
* adding first test cases
* final code
2023-11-21 15:39:23 +01:00
edizor
cf51f27dfc
Update README.md
2023-11-18 20:48:36 +08:00
edizor
a4ac49de81
Update README.md
...
[skip ci]
2023-11-18 18:56:47 +08:00
edizor
4c87707c90
Update README.md
...
[skip ci]
2023-11-10 21:16:16 +08:00
Bhaskar Ghosh Dastidar
aaa4e333a6
[BAEL-7043] mutable strings ( #15112 )
...
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-11-01 12:02:13 -07:00
Vini
6f280e4cac
Merge pull request #15054 from anujgaud/ag/check-string-contains-unicode-letters
...
[BAEL-7059] Check if a String Contains Unicode Letters
2023-10-30 20:30:50 +01:00
anujgaud
dfd9baf8e0
Formatted UnicodeLetterChecker.java
2023-10-30 13:50:16 +05:30
edizor
78dc038e8b
Update README.md
...
[skip ci]
2023-10-29 07:14:25 +08:00
collaboratewithakash
96b32de7ba
backlink added
2023-10-28 14:33:07 +05:30
Azhwani
16b931c4df
BAEL-7055: How can I capitalize the first letter of each word in a string? ( #14927 )
...
Co-authored-by: Mo Helmy <135069400+BenHelmyBen@users.noreply.github.com>
2023-10-27 08:46:04 +02:00
Azhwani
b4db616646
BAEL-7026: Check If a String Contains a Number Value in Java ( #14867 )
...
Co-authored-by: Luis Javier Peris Morillo <javierperis@gmail.com>
2023-10-26 08:18:01 +02:00
anujgaud
e99ce4da19
Add tests for UnicodeLetterChecker
2023-10-23 23:45:43 +05:30
anujgaud
9756cb1d10
Add UnicodeLetterChecker to check if String contains Unicode
2023-10-23 23:44:18 +05:30
MohamedHelmyKassab
faddb1d62c
Update CenteringTextUnitTest.java ( #15011 )
...
This commit aims to add new updates to the class "CenteringTextUnitTest" based on the review process recommendations.
2023-10-17 19:03:31 -07:00
MohamedHelmyKassab
0eafba3ba1
This PR related to the article BAEL-7023 ( #14993 )
...
* Update pom.xml
* This commit related to the article BAEL-7023
This commit aims to add a test class 'CenteringTextUnitTest.java' proposing several ways to center text in Java.
2023-10-15 15:25:13 -07:00