|
|
|
| Description |
| String manipulation utilities
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
| Remove any trailing strings matching irs (input record separator)
from input string. Like perl's chomp(1).
|
|
|
|
|
|
|
| Trim spaces at beginning and end
|
|
|
|
|
|
|
| A helper function for creating functions suitable for
modifySelectionB and modifyRegionB.
To be used when the desired function should map across
the lines of a region.
|
|
|
| Split a String in lines. Unlike lines, this does not
remove any empty line at the end.
|
|
|
| Inverse of lines'. In contrast to unlines, this does
not add an empty line at the end.
|
|
|
|
|
|
| Produced by Haddock version 2.6.1 |