1 repository
Systems that use regular expressions to identify specific text patterns for styling and interaction in UI.
Distinct from Regex Text Transformations: Candidates focus on visual OCR or text transformation, not the recognition of patterns for UI styling.
Explore 1 awesome GitHub repository matching user interface & experience · Regex Text Recognizers. Refine with filters or upvote what's useful.
ActiveLabel.swift is a rich text parsing library and interactive text label for iOS. It functions as a replacement for standard labels, identifying specific text patterns within strings and applying distinct visual styles to recognized entities. The project enables the detection and highlighting of hashtags, mentions, and URLs using a custom regular expression text recognizer. It allows for the definition of project-specific text patterns and uses predicate-based filtering to determine if detected entities should be highlighted or ignored. The system manages user interaction through entity t
Provides a system for defining regular expression patterns to identify and style project-specific text elements.