java正则表达式
作者:互联网
1.截取需要的数据,想截取的字符串并不想带上开头和结尾,举例来说(?=exp)代表匹配以exp结尾的字符串,但匹配出来的结果并不带exp,例如(?=ing)匹配reading,结果为read;(?<=exp)匹配以exp开头的字符串,但结果不带exp,例如(?<=read)匹配reading,结果为ing。 标签:java,正则表达式,matcher,截取,js,exp,匹配,response
来源: https://www.cnblogs.com/XbssIsMe/p/16515525.html
HttpResponse
Matcher matcher = Pattern.compile("(?<="data":\{".{1,10}"