Docs.rs
clicktype-query-0.2.0
clicktype-query 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
RafaCalRob
Dependencies
chrono ^0.4
normal
clicktype-core ^0.2.0
normal
clicktype-macros ^0.2.0
dev
trybuild ^1.0
dev
Versions
58.36%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module string
clicktype_
query
0.2.0
Module string
Module Items
Structs
Functions
In clicktype_
query::
functions
clicktype_query
::
functions
Module
string
Copy item path
Source
Structs
§
Concat
Expr
concat(a, b, …) - concatenate strings
Length
Expr
length(s) - string length
Lower
Expr
lower(s) - convert to lowercase
Substring
Expr
substring(s, offset, length) - extract substring
Upper
Expr
upper(s) - convert to uppercase
Functions
§
concat
length
lower
substring
upper