Null303

707
reputation
122 views

Registered User

name Null303
member for 1 year
seen 15 hours ago
website
location Mexico City
age
Dec
11
comment What does /.*=/ mean in jquery/javascript?
'.' means any character different to \n, which includes '=' Also, * is greedy, so this regex will search for the last =
Dec
11
comment What does /.*=/ mean in jquery/javascript?
And, since the * is greedy by default, it will erase everything up to the rightmost =.
Dec
11
comment What programming jobs do you aspire to?
But... the Papyrus font has made so much harm already!
Dec
11
comment What programming jobs do you aspire to?
Me too, so I could introduce the Peace bug into them.
Dec
3
comment Swapping two variable value without using 3rd variable
It's not a matter of usefulness, it is programming culture.
Dec
3
accepted SQL to update a table only if that table exists in the database
Dec
2
answered SQL to update a table only if that table exists in the database
Sep
17
awarded  Yearling
Jul
23
comment What scripting language should I learn for file/text manipulation tasks?
Then apply Hofstadter's law.