Skip to content

Commit

Permalink
cookbooks/devel/transformations: docs for {s.rmhlws}
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jun 25, 2024
1 parent e89c017 commit 8bd758a
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 @@ -348,6 +348,15 @@ by whitespaces or tabs are replaced by a single whitespace).
$(var(x){s.rmhdws})
```
### {s.rmhlws}
Remove header line split white spaces (i.e., remove end of lines and following
white spaces or tabls, like in a multi-line header value to make it single line).
``` c
$(var(x){s.rmhlws})
```

### {s.rmws}

Remove occurrences of whitespace characters (' ', '\\t, '\\r', '\\n').
Expand Down

0 comments on commit 8bd758a

Please sign in to comment.