Returns lowercased version of the string value within the enclosing shortcode. 

**Shortcode:**

```js
[lower_case]
```

**Code Example:**

```js
<p>[lower_case]Title[/lower_case]</p>
```

!!!Note:
This shortcode has no attributes.
!!!
