Skip to content

Instantly share code, notes, and snippets.

View zollenz's full-sized avatar
💭
Riddim? Slide on riddim.

zollenz zollenz

💭
Riddim? Slide on riddim.
View GitHub Profile
@dpeek
dpeek / VerEx.hx
Last active May 3, 2019 19:38
VerbalExpressions for Haxe
class VerEx
{
public static function main()
{
var test = new VerEx()
.startOfLine()
.then("http")
.maybe("s")
.then("://")
.maybe("www.")