Skip to content

Instantly share code, notes, and snippets.

View Patrizio's full-sized avatar

Patrizio Patrizio

  • Berlin
View GitHub Profile
@Patrizio
Patrizio / gist:2005715
Created March 9, 2012 08:54
Stayokay Attention Box
<p>
<span class="attention-box">
<span class="label">Aanbieding</span>
<span class="link"><a href="/index.php?pageID=4267&amp;packagedealID=510372">Vier Pasen op Ameland</a></span>
</span>
</p>
@Patrizio
Patrizio / NL Postcode controle
Created February 27, 2011 10:16
Een validation voor een geldig Nederlandse postcode (1234 AB)
validates_format_of :postcode,
:with => /^(\d{4}).[a-z]{2}$/i