script_
bindings
0.0.1
In script_
bindings::
str
Structs
ByteString
DOMString
USVString
Functions
is_token
script_bindings
::
str
Function
is_token
Copy item path
Settings
Help
Summary
Source
pub fn is_token(s: &[
u8
]) ->
bool
Expand description
Returns whether
s
is a
token
, as defined by
RFC 2616
.