mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 23:49:44 +01:00
19 lines
246 B
Markdown
19 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
|
|
```
|