Basement.String

data String

data MutableString st

create

replicate

length

Binary conversion

data Encoding

fromBytes

fromChunkBytes

fromBytesUnsafe

fromBytesLenient

toBytes

mutableValidate

copy

data ValidationFailure

index

null

drop

take

splitAt

revDrop

revTake

revSplitAt

splitOn

sub

elem

indices

intersperse

span

spanEnd

break

breakEnd

breakElem

breakLine

dropWhile

singleton

charMap

snoc

cons

unsnoc

uncons

find

findIndex

sortBy

filter

reverse

replace

builderAppend

builderBuild

builderBuild_

readInteger

readIntegral

readNatural

readDouble

readRational

readFloatingExact

upper

lower

isPrefixOf

isSuffixOf

isInfixOf

stripPrefix

stripSuffix

all

any

Legacy utility

lines

words

toBase64

toBase64URL

toBase64OpenBSD