Giancarlo França
|
be11a26226
|
Add more case-conversion functions (#1383)
|
2022-10-27 03:44:18 +00:00 |
|
Cihan Demirci
|
aaef61b908
|
Add capitalize(s) function (#1375)
`capitalize(s)` converts the first character of s to uppercase
and the rest to lowercase.
|
2022-10-24 20:39:40 -07:00 |
|
Casey Rodarmor
|
01fae9b1e4
|
Do use super::*; instead of use crate::common::*; (#1239)
|
2022-06-19 04:56:31 +00:00 |
|
mbodmer
|
862d6a52ab
|
SHA-256 and UUID functions (#1170)
|
2022-05-04 23:18:31 +00:00 |
|
Chris Hamons
|
7299353977
|
Add error() function (#1118)
|
2022-03-03 00:48:28 +00:00 |
|
Laura Demkowicz-Duffy
|
a3f61a19ff
|
Add absolute_path function (#1121)
|
2022-03-03 00:41:48 +00:00 |
|
Casey Rodarmor
|
3118ce7211
|
Make path_exists() relative to current directory (#1122)
|
2022-02-28 03:09:31 +00:00 |
|
Damian Kula
|
6271e94bc9
|
Add path_exists() function (#1106)
|
2022-02-21 21:45:30 +00:00 |
|
Casey Rodarmor
|
58a196f434
|
Make join accept two or more arguments (#1000)
|
2021-10-15 00:00:58 +00:00 |
|
Casey Rodarmor
|
6786bb0953
|
Add trim_end(s) and trim_start(s) functions (#999)
|
2021-10-14 07:35:15 +00:00 |
|
Casey Rodarmor
|
d6d4b01af4
|
Add more string manipulation functions (#998)
|
2021-10-14 07:03:57 +00:00 |
|
Casey Rodarmor
|
dbf142369b
|
Bump target version to 2.0 (#957)
|
2021-08-27 23:36:41 +00:00 |
|
Liam
|
a24c86ed5a
|
Add string manipulation functions (#888)
|
2021-07-03 19:39:45 +00:00 |
|
Casey Rodarmor
|
024f8279bc
|
Add clean function for simplifying paths (#883)
|
2021-06-25 06:41:20 +00:00 |
|