diff options
author | Bruce Yinhe <[email protected]> | 2014-11-10 15:23:55 +0100 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-11-10 15:23:55 +0100 |
commit | 8479e3b3adfd3ebaf1ca0073a4060f4374c7b144 (patch) | |
tree | a9cd5a2abb559f95b3d24e85f69862fa5eac868b /lib/stdlib/doc/src | |
parent | 8caee6f1b4829a6d82194cfa8ae64349450c4c62 (diff) | |
parent | 8c3378d73e2ed23f9250aaf3dae95db44a664e75 (diff) | |
download | otp-8479e3b3adfd3ebaf1ca0073a4060f4374c7b144.tar.gz otp-8479e3b3adfd3ebaf1ca0073a4060f4374c7b144.tar.bz2 otp-8479e3b3adfd3ebaf1ca0073a4060f4374c7b144.zip |
Merge branch 'capflam/remove_empty_parts_in_binary_split'
OTP-12301
* capflam/remove_empty_parts_in_binary_split:
Add 'trim_all' option to binary:split/3
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/binary.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/binary.xml b/lib/stdlib/doc/src/binary.xml index 0fde763bfb..6c0968d242 100644 --- a/lib/stdlib/doc/src/binary.xml +++ b/lib/stdlib/doc/src/binary.xml @@ -578,6 +578,10 @@ store(Binary, GBSet) -> <item><p>Removes trailing empty parts of the result (as does trim in <c>re:split/3</c>)</p></item> + <tag>trim_all</tag> + + <item><p>Removes all empty parts of the result.</p></item> + <tag>global</tag> <item><p>Repeats the split until the <c><anno>Subject</anno></c> is |