comparison doc/html/api/module/Irccd.Unicode/Irccd.Unicode.isLower.md @ 263:48676ca7071c

Docs: use less hierarchy for less indexes
author David Demelier <markand@malikania.fr>
date Thu, 15 Sep 2016 13:16:05 +0200
parents
children
comparison
equal deleted inserted replaced
262:4c191ecfb94a 263:48676ca7071c
1 ---
2 function: isLower
3 js: true
4 summary: "Check if the unicode character is lower case."
5 synopsis: "ret = Irccd.Unicode.isLower(code)"
6 arguments:
7 - "**code**: the code point."
8 returns: "True if lower case."
9 ---