🖋️
memo
  • hello world
  • 2020-05
    • 前言
    • java安装与运行hello world
      • java环境
      • 使用maven来构建自己的项目
      • 运行hello world
    • java基本
      • 修饰词
      • 基本数据类型
      • 数据转换
      • 基本结构
      • 程序结构
    • java 集合
      • 数组
      • ArrayList
      • LinkedList
      • hashmap
      • hashset
    • java补充
      • 字符串
      • 正则表达式
      • 线程
      • 简单io
      • 网络
      • 泛型
  • spring boot
    • SpringApplication
    • boot config 加载
  • dubbo
    • spi
    • protocol
    • codec
    • Hessian2Serialization
Powered by GitBook
On this page

Was this helpful?

  1. 2020-05
  2. java补充

正则表达式

和Perl非常相似

一般使用 Pattern类 规则类 、Matcher类 结果类

具体操作自行百度,这里就不列举了

注意java的\转义就可以了

Previous字符串Next线程

Last updated 5 years ago

Was this helpful?