diff --git a/Akash Articles/RegEx/Backreferencing.html b/Akash Articles/RegEx/Backreferencing.html index 92ed21c..c51635f 100644 --- a/Akash Articles/RegEx/Backreferencing.html +++ b/Akash Articles/RegEx/Backreferencing.html @@ -105,7 +105,7 @@ Answer: <code>([a-z])([a-z])([a-z])\3\2\1</code></p> <div class="container"> - <iframe scrolling="no" style="position: absolute; top: -9999em; visibility: hidden;" onload="this.style.position='static'; this.style.visibility='visible';" src="https://regexr.com/4vubk" class="embed"></iframe> + <iframe scrolling="no" style="position: absolute; top: -9999em; visibility: hidden;" onload="this.style.position='static'; this.style.visibility='visible';" src="https://regexr.com/4vuoc" class="embed"></iframe> </div></li> <li><p><strong>RegEx</strong>: <code>(\w+)oo\1le</code> <br>