Deprecate utility tag
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: isLowerCase
|
||||
tags: string,utility,beginner
|
||||
tags: string,beginner
|
||||
---
|
||||
|
||||
Checks if a string is lower case.
|
||||
@ -15,4 +15,4 @@ const isLowerCase = str => str === str.toLowerCase();
|
||||
isLowerCase('abc'); // true
|
||||
isLowerCase('a3@$'); // true
|
||||
isLowerCase('Ab4'); // false
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user