public class TextMatcher extends Object
pattern: ${name}-${age}-${gender}-${country}-${province}-${city}-${status}
text: "小明-19-男-中国-上海-静安-已婚"
result: {name=小明, age=19, gender=男, country=中国, province=上海, city=静安, status=已婚}
| Constructor and Description |
|---|
TextMatcher(String pattern)
构造
|
Copyright © 2021. All rights reserved.