You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Hackerrank/Regex/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,18 @@
11
11
|Matching White Space & Non-White Space Characters|[Problem](https://www.hackerrank.com/challenges/matching-whitespace-non-whitespace-character/problem)|java|[Solution](./Introduction/MatchingDigitsNonDigitChar.java)|
12
12
**Character Class**|||
13
13
|Matching Specific Characters|[Problem](https://www.hackerrank.com/challenges/matching-specific-characters/problem)|java|[Solution](./Character%20Class/MatchingSpecificChar.java)|
14
+
|Excluding Specific Characters|[Problem](https://www.hackerrank.com/challenges/excluding-specific-characters/problem)|java|[Solution](./Character%20Class/ExcludingSpecificChar.java)|
15
+
|Matching Character Ranges|[Problem](https://www.hackerrank.com/challenges/matching-range-of-characters/problem)|java|[Solution](./Character%20Class/MatchingCharRanges.java)|
|Matching Zero or more Repetitions|[Problem](https://www.hackerrank.com/challenges/matching-zero-or-more-repetitions/problem)|java|[Solution](./Repetitions/MatchingZeroOrMoreReps.java)|
20
+
|Matching One or more Repetitions|[Problem](https://www.hackerrank.com/challenges/matching-one-or-more-repititions/problem)|java|[Solution](./Repetitions/MatchingOneOrMoreReps.java)|
|Matching Word Boundaries|[Problem](https://www.hackerrank.com/challenges/matching-word-boundaries/problem)|java|[Solution](./Grouping%20&%20Capturing/MatchingWordBound.java)|
0 commit comments