(PsPad 4.5.4) The documentation states that in a regexp, $ has a special meaning only at the end of the search pattern. This doesn't seem to be true. For example, I used the following search pattern to locate two Perl variables:
$results|$res_tests But neither $results nor $res_tests was found. When I changed the pattern to results|res_tests $results and $res_tests were found (but of course also occurences of 'results' without leading $). -- Ronald Fischer (Germany) <http://forum.pspad.com/read.php?2,50386,50386> PSPad freeware editor http://www.pspad.com
