mirror of
https://github.com/nushell/nushell
synced 2024-12-31 23:39:00 +00:00
18 lines
246 B
Markdown
18 lines
246 B
Markdown
---
|
|
title: dfr to-lowercase
|
|
layout: command
|
|
version: 0.59.1
|
|
---
|
|
|
|
Lowercase the strings in the column
|
|
|
|
## Signature
|
|
|
|
```> dfr to-lowercase ```
|
|
|
|
## Examples
|
|
|
|
Modifies strings to lowercase
|
|
```shell
|
|
> [Abc aBc abC] | dfr to-df | dfr to-lowercase
|
|
```
|