hi i need a little help with this search pattern thats giving me problems. im trying to look through a log file which contains a number of line like the following
what im trying to do is have a search pattern read through the script and put all of the "this_part_here_varies (xx.xmb)" sections into an array. the xx.xmb is some number that may or may not contain a "." - like 12.3 or 2
the this_part_here_varies may contain "!" and/or "." symbols, as well as letters and numbers.
now i tryed something like this :
and then trying to access $rls[1] (the variable part) but it didnt work at all even to get the first one. is there any way to do this?