Saturday, July 18, 2020

Show HN: JavaScript regexp eBook with hundreds of examples and exercises https://ift.tt/3hbzP5u

Show HN: JavaScript regexp eBook with hundreds of examples and exercises Hello. I updated my ebook on JavaScript regular expressions [1] today - updates include corrections, additional content, exercises, solutions, etc All my ebooks [2] are currently free to help with quarantine reading. These include GNU grep & ripgrep, GNU sed, GNU awk and three books on regular expressions - Python, Ruby, JavaScript I'd appreciate your feedback and hope the books are useful. Happy learning :) [1] https://ift.tt/2rfH2x4 [2] https://ift.tt/389FB3W July 18, 2020 at 06:12PM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...