RegexItemTransformationRule
data class RegexItemTransformationRule(from: Regex, transform: MutableMeta.(name: Name, MatchResult, Meta?) -> Unit) : TransformationRule
Content copied to clipboard
Functions
selectItems
Link copied to clipboard
Select all items to be transformed. Item could be a value as well as node
transformItem
Link copied to clipboard
open override fun transformItem(name: Name, item: Meta?, target: MutableMeta)
Content copied to clipboard
Apply transformation for a single item (Node or Value) to the target