More
🎉 Thanks to Google Translate and Baidu Encyclopedia for its powerful output.
| Attribute | Type | Default | Must | Description |
|---|---|---|---|---|
| text | string | - | Yes | text content |
| format | string | "YYYY-MM-DD" | No | date format |
| disabled | boolean | false | No | whether to disable |
TIP
This is a tip
Â
function clearRepeat(str) {
let regex = /(.)?/g;
return str.replace(regex, function($1, $2, $3, $4) {
return $4.indexOf($2) === $3 ? $2 : '';
});
}
1
2
3
4
5
6
2
3
4
5
6
Doing good deeds without asking for reward

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ipsam perferendis natus vitae explicabo, fugiat quod odio! Laudantium illum eaque reiciendis beatae debitis delectus omnis molestiae voluptate, asperiores in non accusantium.