dfr replace-all for dataframe> dfr replace-all {flags} 
--pattern, -p {string}: Regex pattern to be matched--replace, -r {string}: replacing string| input | output | 
|---|---|
| any | any | 
Replaces string
> [abacabacabac] |dfr into-df|dfr replace-all-pa-rA
╭───┬──────╮
│# │  0   │
├───┼──────┤
│0│AbAc│
│1│AbAc│
│2│AbAc│
╰───┴──────╯
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_replace-all.html