Cleaned up ending trim regex
authorStefanos A <stapostol@gmail.com>
Sun, 17 Nov 2013 00:45:01 +0000 (01:45 +0100)
committerStefanos A <stapostol@gmail.com>
Sun, 17 Nov 2013 00:49:07 +0000 (01:49 +0100)
commitf8a81f396eee613c1c3fb0cfe59ae296f031939a
treeaa67e9f7093660644b5d8c94d46e14f28bb1904e
parentfd910e6a6cf60c372ee80a2fb961cc35fdd57404
Cleaned up ending trim regex

Trim regex will now correctly match GetInteger64 and other functions
ending in "64". It also uses a correct ending anchor to avoid matches
in the middle of a function name.
Source/Bind/FuncProcessor.cs