mirror of
https://github.com/nushell/nushell.git
synced 2025-02-19 03:51:11 +01:00
19 lines
246 B
Markdown
19 lines
246 B
Markdown
---
|
|
title: dfr to-lowercase
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
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
|
|
```
|