Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable named functions #8

Open
szepeviktor opened this issue Mar 6, 2015 · 1 comment
Open

Variable named functions #8

szepeviktor opened this issue Mar 6, 2015 · 1 comment

Comments

@szepeviktor
Copy link
Contributor

Please consider detecting variable named functions.

\$[a-zA-Z0-9_]+\s+\( so:
$, valid variable name characters, maybe whitespaces and (.

Thank you!

@btoplak
Copy link
Owner

btoplak commented May 1, 2015

That is one of the things I plan for future versions, since it requires a bit more sophisticated approach than regex. I will implement some sort of tokenization, though didn't choose which one yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants