package hack_parallel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module String_utilsSource

* Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *

Sourceval soi : int -> string
Sourceval string_of_char : char -> string
Sourceval string_before : string -> int -> string
Sourceval string_after : string -> int -> string
Sourceval string_starts_with : string -> string -> bool
Sourceval string_ends_with : string -> string -> bool
Sourceval substring_index : string -> string -> int
Sourceval is_substring : string -> string -> bool
Sourceval lstrip : string -> string -> string
Sourceval rstrip : string -> string -> string
Sourceval rpartition : string -> char -> string * string
Sourceval is_lowercase_char : char -> bool
Sourceval is_not_lowercase : string -> int -> int -> bool
Sourceval fold_left : f:('a -> char -> 'a) -> acc:'a -> string -> 'a
Sourceval split : char -> string -> string list
Sourceval replace_char : char -> char -> string -> string
Sourceval split_into_lines : string -> string list
Sourceval split_on_newlines : string -> string list
OCaml

Innovation. Community. Security.