Skip to content

Commit

Permalink
cookbooks/devel/transformations: docs for {s.rmhdws}
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jun 24, 2024
1 parent f03a654 commit e89c017
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/cookbooks/devel/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,15 @@ variable.
$(var(x){s.rm,test})
```

### {s.rmhdws}

Remove header-like duplicated whitespaces (i.e., end of line followed
by whitespaces or tabs are replaced by a single whitespace).

``` c
$(var(x){s.rmhdws})
```
### {s.rmws}
Remove occurrences of whitespace characters (' ', '\\t, '\\r', '\\n').
Expand Down

0 comments on commit e89c017

Please sign in to comment.