string-like alternatives and similar packages
Based on the "Utils" category.
Alternatively, view string-like alternatives based on common mentions on social networks and blogs.
-
herms
:stew::fork_and_knife: A command-line manager for delicious kitchen recipes -
sbv
SMT Based Verification in Haskell. Express properties about Haskell programs and automatically prove them using SMT solvers. -
hocker
Utilities for interacting with the docker registry and generating nix build instructions -
thentos-cookie-session
All-in-one session handling for servant-based frontends -
scat
Password scatterer. Eliminates password reuse by generating deterministically unique passwords for each service (website, email address, etc.), all from a single password. -
cli-extras
Miscellaneous utilities for building and working with command line interfaces -
http-enumerator
HTTP client package with enumerator interface and HTTPS support. -
cli
Command Line Interface Utility (Printing, Formatting, Options parsing) for Haskell -
autoexporter
:outbox_tray: Automatically re-export Haskell modules. -
pipes-binary
Encode and decode binary streams using the pipes and binary libraries. -
constraints-emerge
📤 defer instance resolution until runtime -
aeson-deriving
Data types for compositional, type-directed serialization -
servant-docs-simple
Generate documentation for API endpoints via typerep -
fernet
Haskell library to generate and verify "Fernet" HMAC-based authentication tokens. -
Webrexp
Document query utility, mixing CSS Selector syntax and regular expressions. -
constraints-deriving
Programmatically create new instances using core-to-core plugins -
stratum-tool
Command-line tool for communicating with Electrum server
Access the most powerful time series database as a service
Do you think we are missing an alternative of string-like or a related project?
README
string-like
This package is based on the Text.StringLike
module of the tagsoup
package.
The package defines a typeclass that can be implemented to provide a uniform interface for String
-like objects.
The typeclass itself has default implementations that convert the StringLike
item first to a lazy Text
, then performs the operation, and converts results back to
its StringLike
object. This is usually /not/ as efficient as an operation for
that specific type. Therefore it is advisable to implement the other functions as well.
One can however decide to only implement fromText
and toText
; or toString
.
Contribute
You can contribute by making a pull request on the GitHub repository.
You can contact the package maintainer by sending a mail to
[email protected]
.