Pinned Loading
-
Cookie
Cookie 1function getCookie(cookie_name)
2{
3var allCookies = document.cookie;
4var cookie_pos = allCookies.indexOf(cookie_name);
5if (cookie_pos != -1)
-
JS 正则
JS 正则 1// (?!pattern)为正向否定预查,(?<!pattern)为反向否定预查
23// 判断密码规则
4/(?!^[a-z]*$)(?!^[A-Z]*$)(?!^[0-9]*$)(?!^[_\W]*$)^.{8,16}$/.test("12345678q")
5 -
炫酷的样式
炫酷的样式 1background: linear-gradient(135deg, #5bc8a9 0%, #47b7d1 50%, #6063ef 100%);
-
正则 NET
正则 NET 1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Text.RegularExpressions;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.