Class TextMatcher

java.lang.Object
org.aoju.bus.core.text.TextMatcher

public class TextMatcher extends Object
字符串模式匹配,使用${XXXXX}作为变量
     pattern: ${name}-${age}-${gender}-${country}-${province}-${city}-${status}
     text:    "小明-19-男-中国-上海-静安-已婚"
     result:  {name=小明, age=19, gender=男, country=中国, province=上海, city=静安, status=已婚}
 
Since:
Java 17+
Author:
Kimi Liu