We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fbe80 commit 5ad2e00Copy full SHA for 5ad2e00
3-0-java-core/3-6-3-crazy-regex/README.MD
@@ -1,8 +1,12 @@
1
# <img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png" height=50/>Crazy Regex
2
3
-### Objectives
+### Pre-conditions ❗
4
You're supposed to know how to work regex and be able to build Patterns and Matchers
5
6
+### Objectives
7
+* **build Patterns to extract** necessary parts from text ✅
8
+* **manipulate** extracted text with **Matcher** object ✅
9
+
10
### Regular expressions - sequence of characters that define a search pattern for text
11
12
---
0 commit comments