Giter Site home page Giter Site logo

purescript-strings's Introduction

Module Documentation

Module Data.Char

Types

newtype Char

Type Class Instances

instance eqChar :: Eq Char

instance ordChar :: Ord Char

instance showChar :: Show Char

Values

charString :: Char -> String

fromCharCode :: Number -> Char

toCharCode :: Char -> Number

Module Data.String

Values

charAt :: Number -> String -> Maybe Char

charCodeAt :: Number -> String -> Maybe Number

count :: (Char -> Boolean) -> String -> Number

drop :: Number -> String -> String

dropWhile :: (Char -> Boolean) -> String -> String

fromChar :: Char -> String

fromCharArray :: [Char] -> String

indexOf :: String -> String -> Number

indexOf' :: String -> Number -> String -> Number

joinWith :: String -> [String] -> String

lastIndexOf :: String -> String -> Number

lastIndexOf' :: String -> Number -> String -> Number

length :: String -> Number

localeCompare :: String -> String -> Number

null :: String -> Boolean

replace :: String -> String -> String -> String

singleton :: Char -> String

split :: String -> String -> [String]

take :: Number -> String -> String

takeWhile :: (Char -> Boolean) -> String -> String

toCharArray :: String -> [Char]

toLower :: String -> String

toUpper :: String -> String

trim :: String -> String

uncons :: String -> Maybe { tail :: String, head :: Char }

Module Data.String.Regex

Types

data Regex :: *

type RegexFlags = { unicode :: Boolean, sticky :: Boolean, multiline :: Boolean, ignoreCase :: Boolean, global :: Boolean }

Type Class Instances

instance showRegex :: Show Regex

Values

flags :: Regex -> RegexFlags

match :: Regex -> String -> Maybe [String]

parseFlags :: String -> RegexFlags

regex :: String -> RegexFlags -> Regex

renderFlags :: RegexFlags -> String

replace :: Regex -> String -> String -> String

replace' :: Regex -> (String -> [String] -> String) -> String -> String

search :: Regex -> String -> Number

source :: Regex -> String

split :: Regex -> String -> [String]

test :: Regex -> String -> Boolean

Module Data.String.Unsafe

Values

charAt :: Number -> String -> Char

charCodeAt :: Number -> String -> Number

purescript-strings's People

Contributors

garyb avatar paf31 avatar jdegoes avatar nightra avatar davidchambers avatar michaelficarra avatar joneshf avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.