dfr contains for dataframe> dfr contains {flags} (pattern)
pattern: Regex pattern to be searched| input | output | 
|---|---|
| any | any | 
Returns boolean indicating if pattern was found
> [abcacbacb] |dfr into-df|dfr containsab
╭───┬───────╮
│# │   0   │
├───┼───────┤
│0│true│
│1│false│
│2│false│
╰───┴───────╯
Tips: Dataframe commands were not shipped in the official binaries by default, you have to build it with --features=dataframe flag
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/dfr_contains.html