Current section
Files
Jump to
Current section
Files
src/string_editor.app.src
{application, string_editor, [
{vsn, "1.0.3"},
{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, []}
]}.