| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | github.com/justinethier |
| Safe Haskell | Safe-Inferred |
Language.Scheme.Util
Description
This module contains general-purpose utility functions
- countAllLetters :: Char -> [String] -> Int
- countLetters :: Char -> String -> Int
- escapeBackslashes :: String -> String
- strip :: String -> String
Documentation
countAllLetters :: Char -> [String] -> IntSource
Count occurences of a letter in a list of strings
countLetters :: Char -> String -> IntSource
Count occurences of a letter in a string
escapeBackslashes :: String -> StringSource
A utility function to escape backslashes in the given string