this post was submitted on 24 Nov 2023
303 points (100.0% liked)

196

16478 readers
2406 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 11 months ago (1 children)

oh you know how to code? name every variable

[–] [email protected] 9 points 11 months ago (1 children)

/^[a-zA-Z_]\w*$/

i think... most languages at least

[–] [email protected] 3 points 11 months ago (1 children)

That's variables and keyword.

If you have a regex for a languages keywords you can substract as they are closed under that operation.

[–] [email protected] 2 points 11 months ago

good point. some languages (like rust) also support r# prefix to use a keyword as a variable also