Home Explore Blog CI



nushell

commands/docs/help_escapes.md
3c4f113d1d1f6dd8f9b69df1f64021dfb31a65b0a39ba7c70000000300000242
---
title: help escapes
categories: |
  core
version: 0.104.0
core: |
  Show help on nushell string escapes.
usage: |
  Show help on nushell string escapes.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

# `help escapes` for [core](/commands/categories/core.md)

<div class='command-title'>Show help on nushell string escapes.</div>

## Signature

```> help escapes {flags} ```


## Input/output types:

| input   | output |
| ------- | ------ |
| nothing | table  |

Chunks
d6487e7a (1st chunk of `commands/docs/help_escapes.md`)
Title: help escapes
Summary
The `help escapes` command in Nushell's core category provides detailed information and guidance on how to use string escapes within Nushell. String escapes are special character sequences used to represent characters that are difficult or impossible to type directly, or that have a special meaning within a string. This command is helpful for users who want to understand how to properly format strings and work with special characters in their Nushell scripts or interactive sessions. By running `help escapes`, users can access a comprehensive overview of available escape sequences, their purpose, and examples of how to use them effectively. This ensures correct interpretation and handling of strings, preventing errors and enabling more complex string manipulation within the Nushell environment. The command provides a table as an output, making it easy to parse the information.