How can I extract the text with in square brackets if it contains only dot and no other special character?
For example I want to extract “com.package.file” from
"ERR|appLogger|[Manager|Request]RequestFailed[com.package.file]uploading[com.file_upload]"
1 Answer