Closed Qard closed 12 years ago
this unfortunately grabs too much and to little, , it'll grab non word characters like _- and even newlines, also by require the left parentheses this would fail on parts where the code is seperated out from the function call ie ( path.exists | foo )()
That better?
Fix for #25.
Ensure non-word character before and parenthesis after replacement. Also, support spaces/tabs/linebreaks around dot separator.