By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.01; (* of dedup.p 2015 Mar 26}
(* begin module describe.dedup *)
(*
name
dedup: remove character duplications
synopsis
dedup(input: in, output: out)
files
input: input file
output: input file with duplicated characters removed.
description
The input file is copied to the output file and when a character
matches the previous character it is not output.
examples
The string:
'hi therrre'
becomes:
'hi there'
documentation
see also
rembla, rb
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.dedup *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}