TextParser: Extract and validate structured tokens from text

TextParser: Extract and validate structured tokens from text

TextParser is an Elixir library that extracts and validates structured tokens from text, including URLs, hashtags, and mentions. It offers built-in token types and supports custom parsers with specific validation rules. Originally developed for processing tags, mentions, and URLs in the Bluesky platform, it is now available as a standalone package.

Visit Original Article →