Skip to content

Commit 992b2bb

Browse files
committed
adding matchall-starts-atproject
1 parent e985498 commit 992b2bb

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Kyle Simpson <getify@gmail.com>
1+
Copyright (c) 202 Kyle Simpson <getify@gmail.com>
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,16 @@ <h3>Locker</h3>
6565
</div>
6666
<div class="link" aria-hidden="true">project</div>
6767
</a></li>
68+
<li><a href="https://github.com/byojs/matchall-starts-at" aria-label="matchAll() Prollyfill">
69+
<h3>matchAll Starts-At</h3>
70+
<div class="description">
71+
Hopeful/future polyfill to add start-index behavior to matchAll() regex/string matching
72+
</div>
73+
<div class="link" aria-hidden="true">project</div>
74+
</a></li>
6875
</ul>
6976
<h2>License</h2>
7077
<p><a href="LICENSE.txt"><img src="https://img.shields.io/badge/license-MIT-a1356a" alt="LICENSE"></a></p>
71-
<p>All code and documentation are (c) 2024 Kyle Simpson and released under the <a href="http://getify.mit-license.org/">MIT License</a>. A copy of the MIT License <a href="LICENSE.txt">is also included</a>.
78+
<p>All code and documentation are (c) 2026 Kyle Simpson and released under the <a href="http://getify.mit-license.org/">MIT License</a>. A copy of the MIT License <a href="LICENSE.txt">is also included</a>.
7279
</body>
7380
</html>

0 commit comments

Comments
 (0)