Commit Graph

38 Commits

Author SHA1 Message Date
Bipin kumar c3155551b6
JAVA-32170_C_09: Changes made for Fix formatting of POMs - C_09(#16110) 2024-03-15 23:52:33 +02:00
Dhawal Kapil 7026b0abc9 JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
anuragkumawat 147d60e528 JAVA-11422 Update article - A Guide To Java Regular Expressions API 2022-05-22 12:46:31 +05:30
sampadawagde 5f97c1558f JAVA-8375: Split or move core-java-regex module 2021-12-06 22:24:37 +05:30
Azhwani 7b564fe3ef init commit (#11496) 2021-11-28 09:47:49 -06:00
Krzysiek 32c8413f82 JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
freelansam a5bcd85b16 JAVA-7433: Fix references to parents (#11275) 2021-10-05 01:08:39 +05:30
johnA1331 eca7529b11 Update README.md 2021-06-09 16:57:12 +08:00
bfontana 3cabed6990 Merge pull request #10867 from nirm2009/master
BAEL-4881 - Update IgnoringPatternMetacharactersUnitTest.java
2021-06-07 22:18:06 -03:00
Dasun Nirmitha f9826f8e66 Update IgnoringPatternMetacharactersUnitTest.java
Unit test method names simplified according to Editor's suggestion.
2021-06-05 20:52:25 +05:30
johnA1331 98fce705da Update README.md 2021-06-03 22:38:54 +08:00
Glen Johnson 69f4ccd5f4 [BAEL-4875] 1. contains -> containsExactly, 2. get number strings as Java types, 3. Sci Not. and Hex (#10819)
* [BAEL-4875] Added Finding as Numeric Values + Finding Sci Not & Hex Nums

Added:
1. Finding Integers and Decimal Numbers as Numeric Values
2. Finding Scientific Notation and Hex numbers

* BAEL-4875 - Changed assertThat.contains(...) to containsExactly(...)

Changed all instances of assertThat.contains(...) to
containsExactly(...) in FindNumbersUnitTest

Co-authored-by: gjohnson <gjohnson@192.168.1.64>
2021-06-01 11:11:28 +01:00
bfontana 297a44b29e Merge pull request #10712 from nirm2009/master
BAEL-4881 - Source code for 'Understanding the Pattern.quote method' article.
2021-05-19 23:41:42 -03:00
Dasun Nirmitha 76e45f3b08 Update IgnoringPatternMetacharactersUnitTest.java
Implemented improvements suggested by Editor.
2021-05-10 14:54:53 +05:30
sampadawagde db5991efb9 JAVA-5223: Fix formatting of POMs (Part 5) 2021-05-06 22:41:38 +05:30
Dasun Nirmitha 0fbcc6fe5e Create IgnoringPatternMetacharactersUnitTest.java
BAEL-4881 Understanding the Pattern.quote method
2021-04-28 21:44:19 +05:30
johnA1331 83489df711 Update README.md 2020-10-28 16:57:05 +08:00
Mona Mohamadinia 353f454fe0 Improve How to Count the Number of Matches for a Regex? (#9788) 2020-08-02 16:36:13 +01:00
johnA1331 18b08a36d9 Update README.md 2020-07-21 21:20:08 +08:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
François Dupire 2bdba48843 [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules (#9301)
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade

* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java

* [JAVA-1657] Upgraded JUnit Jupiter version

* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
johnA1331 32925d61c3 Update README.md 2020-05-12 17:06:47 +08:00
Jonathan Cook f7d9de0961 Merge pull request #9148 from sergio41/master
[BAEL-3944] Validate Phone Numbers with Java Regex
2020-05-10 08:17:59 +02:00
sergio41 dbb4a85c10 [BAEL-3944] Negative test cases 2020-05-03 16:44:14 +02:00
sergio41 5a73101deb [BAEL-3944] Identation 2020-04-30 19:09:11 +02:00
sergio41 23bc2db643 [BAEL-3944] Minor changes on examples and identations 2020-04-30 18:44:05 +02:00
sergio41 a73fb8483a [BAEL-3944] Package move 2020-04-25 14:19:28 +02:00
sergio41 953b8d4640 [BAEL-3944] Real like phone numbers 2020-04-24 13:07:05 +02:00
sergio41 5bb2977eb0 [BAEL-3944] Move to a separate test class and fix other issues 2020-04-24 13:03:41 +02:00
sergio41 3233f80c5b [BAEL-3944] Code Upload 2020-04-19 22:37:21 +02:00
johnA1331 f88c53eb49 Update README.md 2020-04-10 15:57:27 +08:00
Eric Martin 99c2e2ea2a Merge pull request #8897 from sk1418/master
[BAEL-3914] java regex: \\s vs \\s+
2020-03-24 20:36:35 -05:00
Kai Yuan abf0620269 [BAEL-3914] java regex: \\s vs \\s+ 2020-03-22 17:44:10 +01:00
johnA1331 f70e4a0563 Update README.md 2020-03-18 14:14:13 +08:00
amit.pandey 1f4a4e24ec pom formatting 2020-03-15 18:22:24 +05:30
Ashley Frieze ce75bc8ddf BAEL-3905 - replacing tokens tests and implementation 2020-03-07 17:50:50 +00:00
Loredana Crusoveanu 64c2ddbf30 Update README.md 2020-02-10 23:10:44 +02:00
amit.pandey fa6647a95e move regex module from existing module to core-java-regex module 2020-02-05 19:39:20 +05:30