21 Commits

Author SHA1 Message Date
Dhawal Kapil
e8f83431b3 BAEL-17341 Slice 8 | The top 100 articles should have their own package in the module () 2019-08-29 08:46:51 -06:00
rpvilao
192774ef2c
Merge pull request from catalin-burcea/BAEL-1953
[BAEL 1953] - added StreamTokenizer examples
2019-08-26 09:07:57 +02:00
Justin Albano
b891c53dcc BAEL-3141: Created new module for 'Converting Java String to Double' and other newly created string articles. () 2019-08-10 18:40:34 +02:00
Amit Pandey
ec46f6de26 [BAEL-12899] - Splitted the java-strings module () 2019-08-02 00:44:32 -04:00
catalin-burcea
674db8bd0e added StreamTokenizer examples 2019-07-31 22:29:31 +03:00
Justin Albano
db90a53e38 BAEL-3141: Added test cases for String to Double conversion. ()
These tests exercise the conversion of Strings that can be converted to
Doubles, as well as the exceptions that are thrown for invalid Strings.
2019-07-30 21:54:17 +02:00
Justin Albano
e67462412e BAEL-3153: Corrected name of foreign lower case variable in tests 2019-07-26 23:33:34 -04:00
Justin Albano
ffada1e2a7 BAEL-3153: Updated code format to match standard Baeldung format
Converted tabs into spaces
2019-07-25 07:57:20 -04:00
Justin Albano
4998ed9be4 BAEL-3153: Added test cases for String toLowerCase and toUpperCase
The toLowerCase and toUpperCase methods are simple enough that no new
classes are needed under the main/ directory. The included tests
exercise the changing of case for an English string using the default
locale, a foreign string using the default locale, and a foreign string
using a provided locale.
2019-07-23 11:07:32 -04:00
Pazis
50dd0ff282 BAEL-2962 Java Multi-line String FIX ()
* added readme

* hexagonal architecture implemented

* Java Multiline String

* BAEL-2856
Difference between getRequestURI and getPathInfo in HttpServletRequest

* MyHttpServlet

* package fix

* remove latest change

* undo

* remove multiline

* add

* add
2019-07-19 22:59:26 -04:00
Michael Sievers
c5179b6ec8 [BAEL-3019] Add sample code for empty and blank string checks ()
* [BAEL-3019] Add sample code for empty and blank string checks

* [BAEL-3019] Add article link to module README

* [BAEL-3019] Remove blank line in the beginning of certain tests

* [BAEL-3019] Unroll tests and adhere to givenXXX_thenXXX naming convention

* Revert "[BAEL-3019] Add article link to module README"

This reverts commit 675295fafa53861d2bd3eb0e766665a58adda97d.

* [BAEL-3019] Bump guava version for 'java-strings-2' to 28.0-jre
2019-07-02 20:01:53 -06:00
Pazis
d67b026d29 BAEL-2962 Java Multi-line String ()
* added readme

* hexagonal architecture implemented

* Java Multiline String
2019-07-02 19:20:41 -06:00
cdjole
5d3d79ca84 String made of substring test update () 2019-07-02 18:02:23 +02:00
Catalin Burcea
c79bc22668 added examples about how to reverse a string in java () 2019-07-01 13:16:19 +02:00
cdjole
3afadfa5ad BAEL-2994 - String consists of substrings example () 2019-06-25 22:05:16 +02:00
Loredana
8ce7484205 downgrade surefire version 2019-05-25 21:32:32 +03:00
Loredana Crusoveanu
a9a55bbd59
Merge pull request from Doha2012/master
remove stopwords from string
2019-05-17 20:53:44 +03:00
DOHA
a4762fcc90 remove stop words from string 2019-05-16 17:57:05 +02:00
cdjole
0825c88d7a [BAEL-2963] - String initialization () 2019-05-14 14:57:08 -06:00
Andrey Shcherbakov
7eba063308 Place the code for BAEL-2876 to java-strings-2 ()
* Add the code for article BAEL-2876

* Move BAEL-2876 from core-java-8-2 to java-strings-2

* Remove ICU from the pom of core-java-8-2

* Replace the char é by its unicode encoding
2019-05-07 23:57:20 -06:00
jose
25407f2a43 BAEL-2832: new java-strings-2 project, with tests and benchmar 2019-04-27 00:36:55 -03:00