Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
detect_url_scheme
Function
This function is defined in the parse_utils module.Detect URL scheme from a string. O(1) operation.
Signature
Parameters
String to check for URL scheme
Returns
Scheme name (lowercase) if URL detected, None otherwise
Usage
Uses
value.findscheme.isalnumc.isalnum
Used By
Source
View on GitHub
praisonaiagents/config/parse_utils.py at line 17
