# regular-expression-study **Repository Path**: dragonxiao/regular-expression-study ## Basic Information - **Project Name**: regular-expression-study - **Description**: regular-expression-java学习项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # regular expression 正则表达式学习项目 - [regular expression 正则表达式学习项目](#regular-expression-正则表达式学习项目) - [学习链接](#学习链接) - [Getting Started](#getting-started) - [Reference Documentation](#reference-documentation) - [Guides](#guides) - [元字符规则](#元字符规则) - [java类中方法api](#java类中方法api) - [java元字符匹配example](#java元字符匹配example) 2010-01-15 看看正则表达式,学习在java里如何使用 # 学习链接 [学习java中正则-易百教程](https://www.yiibai.com/javaregex) # Getting Started ### Reference Documentation For further reference, please consider the following sections: * [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) * [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.2.2.RELEASE/maven-plugin/) * [MyBatis Framework](https://mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/) ### Guides The following guides illustrate how to use some features concretely: * [MyBatis Quick Start](https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start) * [Accessing data with MySQL](https://spring.io/guides/gs/accessing-data-mysql/) ### 元字符规则 [lesson 1 元字符规则](./src/main/resources/notes/regular-expression.md) ### java类中方法api [lesson 1 java类中方法api](./src/main/resources/notes/Matcher-Api.md) ### java元字符匹配example [元字符匹配example](./src/main/resources/notes/MatchCharactersForExample.md)