Packages

A simple and efficient Gleam library for string manipulation and extraction. Extract substrings before, after, or between specific patterns with ease.

Current section

Files

Jump to
string_editor src string_editor.app.src
Raw

src/string_editor.app.src

{application, string_editor, [
{vsn, "1.0.2"},
{applications, [gleam_stdlib]},
{description, "A simple and efficient Gleam library for string manipulation and extraction. Extract substrings before, after, or between specific patterns with ease."},
{modules, [string_editor,
string_editor@@main]},
{registered, []}
]}.