If you need to use Smart Seek to retrieve the last value of a certain structure in a block of text, you may have found this difficult. However, you can do it with 2 excellent pieces of regex syntax. These are the look ahead and the \Z (end of text) line terminator option. Assuming we want to......
[open]