another code sample
Aug. 11th, 2014 06:06 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
def parameters(href): Map[String, String] = href split("\\?",2) toList match { case url::params::Nil => params.split("&") map (_ split "=" toList) collect { case k::v::Nil => k->v } toMap case otherwise => Map.empty }
Or?...
no subject
Date: 2014-08-13 11:38 am (UTC)