Displaying page
of
pages;
Items to
Title |
Test
Details
Invalid IF STATEMENT finder
|
Expression |
if\s[(][A-Za-z]*\s[=]\s
|
Description |
finds if statements with only one = sign.
|
Matches |
if ( aces = true ) | if ( alice = 100)
|
Non-Matches |
if ( aces != true) | if ( alice === 100)
|
Author |
Rating:
Joel Kirchartz
|
Displaying page
of
pages;
Items to