فهرست منبع

cookbooks/devel/transformations: docs for {s.rmhdws}

Daniel-Constantin Mierla 1 سال پیش
والد
کامیت
e89c01757b
1فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  1. 9 0
      docs/cookbooks/devel/transformations.md

+ 9 - 0
docs/cookbooks/devel/transformations.md

@@ -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').