mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
string: add trim_prefix and trim_suffix
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,6 +15,7 @@
|
||||
*.lib
|
||||
*.bak
|
||||
a.out
|
||||
.noprefix.vrepl_temp
|
||||
|
||||
# ignore v build files
|
||||
/v.c
|
||||
@@ -22,6 +23,7 @@ a.out
|
||||
/v.c.out
|
||||
.vrepl_temp.v
|
||||
fns.txt
|
||||
.noprefix.vrepl_temp.v
|
||||
|
||||
# ignore temp directories
|
||||
/temp
|
||||
|
Reference in New Issue
Block a user