An open API service indexing awesome lists of open source software.

https://github.com/adlered/simpleexpression

:bookmark: ( Idea | :construction:Developing:construction: | Java ) Expressions simpler than regular expressions support most scenarios | 比正则表达式更易用的简易表达式
https://github.com/adlered/simpleexpression

Last synced: 9 months ago
JSON representation

:bookmark: ( Idea | :construction:Developing:construction: | Java ) Expressions simpler than regular expressions support most scenarios | 比正则表达式更易用的简易表达式

Awesome Lists containing this project

README

          

# SimpleExpression
:construction: 初步开发中,敬请期待! | In the preliminary development, please look forward to! :construction:

# 语法规则

对于用户来讲,**正则表达式**更依赖于**语法规则**,而**简易表达式**更依赖于**Java编程语言**。
简易表达式充分利用了Java的语法特性,通过简单的拼接组合设置即可达到包含、替换、取出、排除等目的。