mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
fix: console stringify
This commit is contained in:
@@ -1740,6 +1740,19 @@ loadJs('main.js', function (isLoaded) {
|
||||
});
|
||||
```
|
||||
|
||||
## lowerCase
|
||||
|
||||
Convert string to lower case.
|
||||
|
||||
|Name |Type |Desc |
|
||||
|------|------|------------------|
|
||||
|str |string|String to convert |
|
||||
|return|string|Lower cased string|
|
||||
|
||||
```javascript
|
||||
lowerCase('TEST'); // -> 'test'
|
||||
```
|
||||
|
||||
## lpad
|
||||
|
||||
Pad string on the left side if it's shorter than length.
|
||||
|
||||
Reference in New Issue
Block a user