Regex Substitution in Emacs - https://www.gnu.org/software/emacs/manual/html_node/emacs/Regexp-Replace.html 5.0 - Extracting Single Line CSS Comments What if we wanted to find all of the single-line comments within a CSS file? CSS comments come in the form /* Comment Here */ To captur...