view doc/html/api/module/Irccd.Unicode/Irccd.Unicode.isLower.md @ 457:2958f36cb3be

Docs: fix typo in Irccd.Util.cut, closes #675
author David Demelier <markand@malikania.fr>
date Thu, 27 Jul 2017 17:04:23 +0200
parents 48676ca7071c
children
line wrap: on
line source

---
function: isLower
js: true
summary: "Check if the unicode character is lower case."
synopsis: "ret = Irccd.Unicode.isLower(code)"
arguments:
  - "**code**: the code point."
returns: "True if lower case."
---