# .nocapitalize sentences command

The .nocapitalize sentences command
deactivates the automatic capitalization of sentences mode.

**Synonyms:** .ncs

## Syntax

```
.nocapitalize sentences
```

## Example(s)

```
.capitalize sentences
this is the first sentence. this is the second. And, this is the third.
.nocapitalize sentences
this is the final sentence.
```
Produces:

```
This is the first sentence. This is the second. And, this is the third. this is the
final sentence.
```

## See also

- [.capitalize sentences command](https://d3codex.com/runoff/dot-capitalize-sentences-command/)
- [Runoff commands](https://d3codex.com/runoff/runoff-commands/)

---
Source: https://d3codex.com/runoff/dot-nocapitalize-sentences-command/ - part of the D3Codex reference.
