comparison src/learn.html.luan @ 84:c6d9fab4779a

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 15 Apr 2025 14:07:14 -0600
parents 523b25001d42
children 9b700f8d9610
comparison
equal deleted inserted replaced
83:523b25001d42 84:c6d9fab4779a
65 <li><a href="https://www.gnu.org/software/grep/manual/grep.html">GNU Grep</a></li> 65 <li><a href="https://www.gnu.org/software/grep/manual/grep.html">GNU Grep</a></li>
66 </ul> 66 </ul>
67 67
68 <p>I suggest that you just read through these tutorials so that you get a sense for how regex and grep work. You don't need to practice anything here. You can come back to these tutorials later when you have a real need for regex or grep.</p> 68 <p>I suggest that you just read through these tutorials so that you get a sense for how regex and grep work. You don't need to practice anything here. You can come back to these tutorials later when you have a real need for regex or grep.</p>
69 69
70 <p>The details of regex vary by implementation. Luan use <a href="https://docs.oracle.com/javase/8/docs/api/java/util/regex/package-summary.html">Java regex</a>. 70 <p>The details of regex vary by implementation. Luan uses <a href="https://docs.oracle.com/javase/8/docs/api/java/util/regex/package-summary.html">Java regex</a>.
71 71
72 <p>If you become a serious programmer, then you should have a deeper understanding of regex. In that case I recommend the book <a href="https://www.amazon.com/Mastering-Regular-Expressions-Jeffrey-Friedl/dp/0596528124/">Mastering Regular Expressions</a>.</p> 72 <p>If you become a serious programmer, then you should have a deeper understanding of regex. In that case I recommend the book <a href="https://www.amazon.com/Mastering-Regular-Expressions-Jeffrey-Friedl/dp/0596528124/">Mastering Regular Expressions</a>.</p>
73 <% 73 <%
74 end 74 end
75 } 75 }