[ad_1]
Connection reset.*?\\b([^ .]+\\.xls)\\b
You can use this regex.Grab the group 1 or capture 1.See demo.
1
[ad_2]
solved How to search a particular string in a file using pattern matcher in java
[ad_1]
Connection reset.*?\\b([^ .]+\\.xls)\\b
You can use this regex.Grab the group 1 or capture 1.See demo.
1
[ad_2]
solved How to search a particular string in a file using pattern matcher in java