Skip to content

Commit 5ad2e00

Browse files
committed
112 add Pre-conditions and Objectives to README.MD
1 parent 95fbe80 commit 5ad2e00

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

3-0-java-core/3-6-3-crazy-regex/README.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Crazy Regex
22

3-
### Objectives
3+
### Pre-conditions ❗
44
You're supposed to know how to work regex and be able to build Patterns and Matchers
55

6+
### Objectives
7+
* **build Patterns to extract** necessary parts from text ✅
8+
* **manipulate** extracted text with **Matcher** object ✅
9+
610
### Regular expressions - sequence of characters that define a search pattern for text
711

812
---

0 commit comments

Comments
 (0)