Naved

Results 2 issues of Naved

## Bug Report **Current Behavior** I have create app using create-react-app and added two routes. However react-snap is working only for Home page. For other routes it is not showing...

Added support for the below functions ``` SELECT LEFT('SQL Tutorial', 3) AS ExtractString; SELECT RIGHT('SQL Tutorial', 3) AS ExtractString; ``` Earlier the parser was breaking as LEFT and RIGHT keywords...