changement doc de escaped

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3637 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2001-08-13 13:54:24 +00:00
parent ee49a6e937
commit 03b127286e
1 changed files with 5 additions and 3 deletions

View File

@ -72,9 +72,11 @@ val concat : sep:string -> string list -> string
inserting the separator string [sep] between each. *)
val escaped: string -> string
(* Return a copy of the argument, with special characters represented
by escape sequences, following the lexical conventions of
Objective Caml. *)
(* Return a copy of the argument, with special characters
represented by escape sequences, following the lexical
conventions of Objective Caml. If there is no special
character in the argument, return the original string itself,
not a copy. *)
val index: string -> char -> int
(* [String.index s c] returns the position of the leftmost