Skip to main content

Module at_pattern

Module at_pattern 

Source
Expand description

Utilities for parsing @ symbol patterns in user input

Structs§

AtPatternMatch
A parsed match of an @ pattern

Statics§

AT_PATTERN_REGEX
Regex to match @ followed by a potential file path or URL Handles both quoted paths (with spaces) and unquoted paths

Functions§

find_at_patterns
Find all @ patterns in the given text