Tag Archives: regex

A Scala script for processing files

This time, we will approach Scala through a different angle: that of a script file. If you see Scala solely as a ‘normal’ programming language, this should demonstrate that Scala offers more possibilities than you knew. The code I’ll show … Continue reading

Posted in scala | Tagged , , , , , , , | 4 Comments

Regular Expressions

I’ve been working for a while now in a way to compress multiple JS and CSS files in Java. I’ll talk about this in a later post, but there is a particularity that I want to discuss briefly here: Regular … Continue reading

Posted in misc, web development | Tagged , , , , | 2 Comments