ada_has_hash

Checks if a parsed URL has a hash (fragment). Returns false if the URL is invalid.

extern (C) @nogc nothrow @safe @trusted
bool
ada_has_hash
()

Parameters

result ada_url

The ada_url handle.

Return Value

Type: bool

true if a hash is present, false otherwise.

Meta