Skip to content

Commit 657a987

Browse files
committed
Update README
1 parent f82f711 commit 657a987

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Hackerrank/Regex/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
|Matching Word Boundaries|[Problem](https://www.hackerrank.com/challenges/matching-word-boundaries/problem)|java|[Solution](./Grouping%20&%20Capturing/MatchingWordBound.java)|
2424
|Capturing & Non-Capturing Groups|[Problem](https://www.hackerrank.com/challenges/capturing-non-capturing-groups/problem)|java|[Solution](./Grouping%20&%20Capturing/Capturing-Non-CapturingGroups.java)|
2525
|Alternative Matching|[Problem](https://www.hackerrank.com/challenges/alternative-matching/problem)|java|[Solution](./Grouping%20&%20Capturing/AlternativeMatch.java)|
26+
**Backrefrences**|||
27+
|Matching Same Text Again & Again|[Problem](https://www.hackerrank.com/challenges/matching-same-text-again-again/problem)|java|[Solution](./Backrefrences/MatchingSameText.java)|
28+
|Backreferences to Failed Groups|[Problem](https://www.hackerrank.com/challenges/backreferences-to-failed-groups/problem)|java|[Solution](./Backrefrences/BackrefToFailedGrps.java)|
29+
|Branch Reset Groups Groups|[Problem](https://www.hackerrank.com/challenges/branch-reset-groups/problem)|php|[Solution](./Backrefrences/BranchResetGrps.php)|
30+
|Forward References|[Problem](https://www.hackerrank.com/challenges/forward-references/problem)|php|[Solution](./Backrefrences/ForwardRefs.php)|
31+
**Assertions**|||
32+
|Positive Lookahead|[Problem](https://hackerrank.com/challenges/positive-lookahead/problem)|java|[Solution](./Assertions/PositiveLookahead.java)|
33+
|Negative Lookahead|[Problem](https://hackerrank.com/challenges/negative-lookahead/problem)|java|[Solution](./Assertions/NegativeLookahead.java)|
34+
|Positive Lookbehind|[Problem](https://hackerrank.com/challenges/positive-lookbehind/problem)|java|[Solution](./Assertions/PositiveLookbehind.java)|
35+
|Negative Lookbehind|[Problem](https://www.hackerrank.com/challenges/negative-lookbehind/problem)|java|[Solution](./Assertions/NegativeLookbehind.java)|
2636
**Applications**|||
2737
|Find A Sub-Word|[Problem](https://www.hackerrank.com/challenges/find-substring/problem)|java|[Solution](./Applications/FindASubWord.java)|
2838
Alien Username|[Problem](https://www.hackerrank.com/challenges/alien-username/problem)|java|[Solution](./Applications/AlienUsername.java)|

0 commit comments

Comments
 (0)