[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] * lisp/subr.el (string-suffix-p): New function.
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: [PATCH] * lisp/subr.el (string-suffix-p): New function. |
Date: |
Fri, 22 Nov 2013 11:15:34 +0100 |
User-agent: |
Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) |
Bozhidar Batsov <address@hidden> writes:
> I think it's quite important to provide an API closer to that of
> popular programming languages, used often for text processing(Perl,
> Python, Ruby, etc). That would include functions like:
>
> * string-join
`mapconcat'
> * string-trim/string-trim-left/string-trim-right
Perhaps.
> * string-chop
`split-string'
> * string-chomp
What does that do?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- [PATCH] * lisp/subr.el (string-suffix-p): New function., Bozhidar Batsov, 2013/11/20
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Bozhidar Batsov, 2013/11/22
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Thien-Thi Nguyen, 2013/11/22
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Bozhidar Batsov, 2013/11/22
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function.,
Lars Magne Ingebrigtsen <=
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Bozhidar Batsov, 2013/11/22
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Stefan Monnier, 2013/11/22
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Bozhidar Batsov, 2013/11/22
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Stefan Monnier, 2013/11/22
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Josh, 2013/11/23
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Stefan Monnier, 2013/11/23
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Stephen J. Turnbull, 2013/11/23
- Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Lars Magne Ingebrigtsen, 2013/11/23
Re: [PATCH] * lisp/subr.el (string-suffix-p): New function., Jarek Czekalski, 2013/11/22