Hi, I am using regex to extract a field. However, I need to make it permanent so that I don't have use regex in future searches. The regex is:
rex field=message "(?(\w{5,3}\s+)+"
I would really appreciate any help! I hope I've provided sufficient information.
↧