emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * lisp/subr.el (string-suffix-p): New function.


From: Bozhidar Batsov
Subject: [PATCH] * lisp/subr.el (string-suffix-p): New function.
Date: Wed, 20 Nov 2013 13:24:22 +0200

Hi guys,

We do have `string-prefix-p' function, but oddly enough we didn’t have a matching `string-suffix-p', so I’ve implemented it.

I also think it might be a good idea to alias those two functions to `string-starts-with-p' and `string-ends-with-p’.

-- 
Cheers,
Bozhidar

Attachment: 0001-lisp-subr.el-string-suffix-p-New-function.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]