Skip to main content

3 docs tagged with "regex"

View all tags

Build Your Own grep

This challenge is to build your own version of the Unix command line tool grep.

Build Your Own LOC Counter

This challenge is to build your own version of the tools cloc, sloc and scc. These tools count lines of code and produce statistic on the number of lines in the source code, the lines of code, the lines of comments, the empty lines and so on.