我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

过滤正则表达式中特定点的输入量? [关闭]

How would someone do something like this in regex...

^[A-Za-z0-9]{1,254}+@$

[A-Za-z0-9]{1,254} Indicates ,

any character of: 'A' to 'Z', 'a' to 'z', '0' to '9'

(between 1 and 254 times (matching the most amount possible)),

enter image description here

Edit: If you need @ at the end try with the regex [A-Za-z0-9]{1,254}@

近期文章

  • 如何将容器stdin和stdout与websocket连接?
  • 从指针获取价值
  • 如何在Go中编写使用-short标志的测试并将其与-benchmark标志结合使用?
  • 如何像python一样去打印ascii文本
  • 嵌入式字段是否计入接口
  • 为什么select {} vs select {case}导致不同的调度
  • 菊链输入,输出通道一起在golang中
  • GO中这种奇怪的函数声明的原因是什么?
  • 如何使用Golang在Web应用程序中将静态IP更改为动态IP?
  • 为什么即使实际值在uint32范围内,也无法将interface {}转换为uint32
  • 如何删除Golang上切片之间的重复元素
  • bat脚本获取当前wifi的SSID
  • 怎么样才能将apicould的api引入到angular cil项目中呢?
  • C++重载运算符加减乘除。
  • 使用java语言将逻辑表达式转换为JSON的办法
  • 如何将带有嵌套对象的复杂json字符串转换为golang中的映射?
  • 如何使用http而不是https在Heroku上提供Golang应用程序?
  • 如何通过去提取回购的stargazers_count来提取json api?
  • golang从json仅获取一个统计信息
  • 转到:内联字符串连接

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华