except
except($data
, val
= None , key
= None )
: List | Dict
$data.except(
val
= None , key
= None )
: List | Dict
Parameters
val
String (supports Python Regex)
The regex to use to ignore Values that match.
key
String (supports Python Regex)
The regex to use to ignore Keys that match. ($data must be a Dict)
Examples
How to exclude members / items / entries of a List
How to exclude members / items / entries of a Dict