addImplicitResolver

fun addImplicitResolver(tag: Tag, regexp: Regex, first: String?)

Add a resolver to resolve a value that matches the provided regular expression to the provided tag

Parameters

tag

the Tag to assign when the value matches

regexp

the RE which is applied for every value

first

the possible first characters (this is merely for performance improvement) to skip RE evaluation to gain time