perl-uri-classify 0.12.2

URI classification and key normalization helpers for Perl LSP
Documentation
1
2
3
4
5
6
7
8
9
10
# perl-uri-classify

Shared URI classification and key normalization helpers for the Perl LSP ecosystem.

## Provided helpers

- `uri_key` — normalizes URI keys for stable lookups (including Windows drive-letter normalization)
- `is_file_uri` — checks for `file://` scheme
- `is_special_scheme` — detects non-file/special URI schemes
- `uri_extension` — extracts file extension from URI-like strings