.. |
trim
|
ltrim and rtrim for string (#2262)
|
2020-07-27 06:09:35 +12:00 |
capitalize.rs
|
Use '?' for error propagation, remove match (#2194)
|
2020-07-17 05:39:51 +12:00 |
collect.rs
|
Make str collect take an optional separator value (#2289)
|
2020-08-02 19:29:29 +12:00 |
command.rs
|
Remove async_stream from some commands (#1976)
|
2020-06-14 04:30:24 +12:00 |
contains.rs
|
String funcs - Contains and IndexOf (#2298)
|
2020-08-04 18:36:51 +12:00 |
downcase.rs
|
Use '?' for error propagation, remove match (#2194)
|
2020-07-17 05:39:51 +12:00 |
ends_with.rs
|
starts_with ends_with match functions for string (#2269)
|
2020-07-30 16:51:20 +12:00 |
find_replace.rs
|
Use '?' for error propagation, remove match (#2194)
|
2020-07-17 05:39:51 +12:00 |
from.rs
|
ltrim and rtrim for string (#2262)
|
2020-07-27 06:09:35 +12:00 |
index_of.rs
|
String funcs - Contains and IndexOf (#2298)
|
2020-08-04 18:36:51 +12:00 |
length.rs
|
Add 'str length' command (#2102)
|
2020-07-04 08:17:44 +12:00 |
mod.rs
|
String funcs - Contains and IndexOf (#2298)
|
2020-08-04 18:36:51 +12:00 |
reverse.rs
|
Add str reverse subcommand (#2170)
|
2020-07-15 08:47:04 +12:00 |
set.rs
|
Use '?' for error propagation, remove match (#2194)
|
2020-07-17 05:39:51 +12:00 |
starts_with.rs
|
starts_with ends_with match functions for string (#2269)
|
2020-07-30 16:51:20 +12:00 |
substring.rs
|
Silence Rust 1.45 Clippy warnings (#2196)
|
2020-07-18 05:57:15 +12:00 |
to_datetime.rs
|
parse most common date formats using dtparse crate (#2303)
|
2020-08-05 12:44:52 +12:00 |
to_decimal.rs
|
Use '?' for error propagation, remove match (#2194)
|
2020-07-17 05:39:51 +12:00 |
to_integer.rs
|
Use '?' for error propagation, remove match (#2194)
|
2020-07-17 05:39:51 +12:00 |
upcase.rs
|
Use '?' for error propagation, remove match (#2194)
|
2020-07-17 05:39:51 +12:00 |