mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
string: add trim_prefix and trim_suffix
This commit is contained in:
parent
5d0cc0944e
commit
04744a5390
3 changed files with 43 additions and 0 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue