From 2ba9e4721b6d96f0b9e66bbb2f8b09c9c413efe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Thu, 2 May 2013 15:10:59 +0200 Subject: Add a dirname function --- README.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 640299f..84cd08e 100644 --- a/README.markdown +++ b/README.markdown @@ -195,6 +195,16 @@ Would return: ['a','c'] - *Type*: rvalue +dirname +------- +Returns the `dirname` of a path. + +*Examples:* + + dirname('/path/to/a/file.ext') + +Would return: '/path/to/a' + downcase -------- Converts the case of a string or all strings in an array to lower case. -- cgit v1.2.3