Commit Graph

20 Commits

Author SHA1 Message Date
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
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
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
Dasun Nirmitha 76e45f3b08 Update IgnoringPatternMetacharactersUnitTest.java
Implemented improvements suggested by Editor.
2021-05-10 14:54:53 +05:30
Dasun Nirmitha 0fbcc6fe5e Create IgnoringPatternMetacharactersUnitTest.java
BAEL-4881 Understanding the Pattern.quote method
2021-04-28 21:44:19 +05:30
Mona Mohamadinia 353f454fe0 Improve How to Count the Number of Matches for a Regex? (#9788) 2020-08-02 16:36:13 +01:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03: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
Kai Yuan abf0620269 [BAEL-3914] java regex: \\s vs \\s+ 2020-03-22 17:44:10 +01:00
Ashley Frieze ce75bc8ddf BAEL-3905 - replacing tokens tests and implementation 2020-03-07 17:50:50 +00:00
amit.pandey fa6647a95e move regex module from existing module to core-java-regex module 2020-02-05 19:39:20 +05:30