You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Please consider detecting variable named functions.
\$[a-zA-Z0-9_]+\s+\(
so:$
, valid variable name characters, maybe whitespaces and(
.Thank you!
The text was updated successfully, but these errors were encountered: