zoukankan
html css js c++ java
正则表达式概述
是指一个用来描述或者匹配一系列符合某个语法规则的字符串的单个字符串。其实就是一种规则。有自己特殊的应用。
作用:比如注册邮箱,邮箱有用户名和密码,一般会对其限制长度,这个限制长度的事情就是正则表达式做的
查看全文
相关阅读:
初识jQuery(2)
初识jQuery(1)
document和javaScript内置对象
location
history
window对象
注释、语法约定、函数和作用域
运算符和typeof
string
数据恢复
原文地址:https://www.cnblogs.com/loaderman/p/6407290.html
最新文章
Microsoft dynamic sdk中join应该注意的问题.
JSON.stringify()与JSON.parse()
.ssh 文件夹权限设置问题
tr 命令 操作字符串中字符 删除替换 等
减少已有逻辑卷大小 重新分配
xargs i I{} 参数说明
linux ssh 中在window 传文件 下载文件 工具
proxy 出现乱码问题解决 lua
dig命令 安装
git 版本回退
热门文章
est6 -- Object.is()、Object.assign()、Object.defineProperty()、Symbol、Proxy
javascript总for of和for in的区别?
es6 --数组--Array.from() 、Array.isArray()、Array.of()、find()、findIndex()、fill()、entries() 、keys() ,values()
es6 Number.isFinite()、Number.isNaN()、Number.isInteger()、Math.trunc()、Math.sign()、Math.cbrt()、Math.fround()、Math.hypot()、Math 对数方法
es6 String.raw()
es6 模板字符串
es6 repeat() 原字符串重复
indexOf()、includes()、startsWith()、endsWith()
es6 const let
jquery选择器
Copyright © 2011-2022 走看看