Commit graph

42 commits

Author SHA1 Message Date
ab69bc620c Added startsWith*, endsWith* and contains* methods in StringsUtils. 2021-06-07 03:06:29 +02:00
b2adaba8ba Fixed deprecated code and copyright years. 2021-01-18 19:43:48 +01:00
a4985cb2b8 Added remove methods and unit tests. 2021-01-18 19:36:21 +01:00
4aca746ee0 Added isMatching strings by regexps, and tests. 2020-09-29 18:18:36 +02:00
016eab3417 Updated some copyright year references. 2020-09-13 00:42:43 +02:00
56085f105b Added filter and count methods, and test code about. 2020-08-15 03:34:23 +02:00
164c9a07aa Added toStringSeparatedBy Character methods. 2020-08-14 01:12:31 +02:00
668bb8fbb7 Improved StringList constructors 2020-08-14 01:00:29 +02:00
2c28e9758a Moved unitary tests. 2018-06-04 09:15:50 +02:00
266bd63118 Moved package from fr.devinsy.util to fr.devinsy. 2018-05-30 18:44:25 +02:00
5a8e2130df Migrated code to Java 8. 2018-05-30 09:31:08 +02:00
a693da1fb8 Added containsAny and containsAnyIgnoreCase method and tests. 2017-12-28 04:47:52 +01:00
03ca464d95 Renamed tests. 2017-12-26 00:58:58 +01:00
7e8f61ea95 Added StringUtils.equalsAny methods and tests. 2017-12-26 00:35:32 +01:00
8d8869f49f Added containsAnyIgnoreCase methods, and tests. 2017-12-25 23:57:44 +01:00
e67ea87ecb Cleaned code. 2017-05-08 11:37:31 +02:00
db9220840f Refactored and added methods. 2017-05-05 20:07:36 +02:00
9154acbfe0 Fixed project name in file headers. 2017-05-04 23:07:37 +02:00
17c37ba07f Added methods and tests. 2017-05-04 21:59:40 +02:00
06cf653dfc Peformed a code review and Javadoc review. 2017-05-04 14:48:37 +02:00
0845ab52e8 Renamed StringListUtils to StringsUtils. Added findLongest,
findShortest, findShortestLength, findLongestLength and capitalize
methods.
2017-05-04 14:32:00 +02:00
c8eb4f8366 Fixed licence headers. 2017-05-01 23:43:47 +02:00
f2b861dd1d Refactored libraries. 2017-05-01 23:00:58 +02:00
182528b8f5 Removed all files that do not match StringList. 2017-05-01 22:42:28 +02:00
3740f95409 Added containsNull, containsEmpty, ContainsBlank methods. Added tests. 2016-09-12 18:39:54 +02:00
b695464c2c Indented file. 2016-06-29 22:26:46 +02:00
ebf0585a83 Made a code review on CmdExec (exception management, readiness…). 2016-06-29 22:23:07 +02:00
6984f9fbfc Prepare changes to version 3. Refactored package and methods. Normalized
methods.
2015-09-20 23:59:30 +02:00
7158216734 Refactor packages for StringList. Remove Concatenator class. Split
StringList with StringListUtils.
2015-05-23 00:29:04 +02:00
a4e1e94702 Add FileTools methods to load URL file. 2014-12-01 16:33:38 +01:00
02bf02dc78 Fix license header in file of code. Add license header in test files. 2014-11-09 08:19:27 +01:00
39963f9bf1 Change constructor from String[] to String... and add tests. 2014-08-13 18:12:03 +02:00
8ddcf131bc Add test for StringList. 2014-06-08 19:25:24 +02:00
b05606df83 Improve performance of tag content read in XMLReader.readTag method. 2014-06-08 19:25:05 +02:00
dcee88841e Fix ConcurrentModificationException in RSSCache. Add test. 2014-05-14 00:08:45 +02:00
2e85a0cee8 Add comment. Add test. 2014-02-23 10:38:36 +01:00
620399fd97 Set StringList as CharSequence. Add StringList tests. 2013-08-12 14:28:56 +02:00
fe1bb291cd Build 0.2.0. 2013-06-26 23:36:12 +02:00
2451472d23 Rename Player classes to Sandbox classes. 2013-06-26 16:50:25 +02:00
cb0d17104f Migrate to SLF4J. 2013-06-26 16:40:18 +02:00
11e6c31f8d Add test tree. 2013-06-25 02:46:48 +02:00
b70d9e4196 Improve build and test. Clean jar. 2013-06-25 02:31:19 +02:00