|
hi,
This is the format of data what iam trying to extract using regex.Since both the datas are values of same instance i want to exctract these both values using 1 regex so as to compare it with other values
this is what i have tried but it is fetching only the data matching with the first bracket ie A1.abc-ab.1000.11111 .Please help |
|
There are a couple of errors in your regex, and you're probably making it too complicated.
should do it. Note that this may also capture other stuff in your log. Please post some a couple of log events to get better answers. Hope this helps, Kristian updated. /k
(09 May '12, 03:43)
kristian.kolb
|