KeyValSplit

object KeyValSplit
class Object
trait Matchable
class Any

Value members

Concrete methods

def keyValSplit(input: String, keyFinderRE: Regex): Map[String, String]

Smart key val tokenizer, each keyval tuple is separated by a comma, but values may contains space and commas, ...

Smart key val tokenizer, each keyval tuple is separated by a comma, but values may contains space and commas, ...

Value Params
input

the string from which extract key-value pairs

keyFinderRE

the regular expression used to extract the keys

Returns

key values map