Check if an attribute begins with a particular substring (begins_with function).
begins_with
df.scan('movies', { movie: begins_with('The ') })
An object describing the comparison
The value to be compared to
Generated using TypeDoc
Check if an attribute begins with a particular substring (
begins_with
function).Example
Returns
An object describing the comparison