| bio | website | devsmash.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 11 months |
| seen | 9 hours ago | |
| stats | profile views | 225 |
|
May 13 |
comment |
I have 8 single row arrays, how do I combine these into a single array with 8 rows? I see 3 answers doing different things that all answer your question. Can you be more specific about how you want them combined? |
|
Apr 14 |
answered | Running Page Specific Javascript in node.js |
|
Apr 14 |
comment |
Best way to restructure my Object Is your firstname + lastname combination always unique? Also, what about "bryant" + "hatcher" vs. "bryan" + "thatcher" situations? |
|
Apr 12 |
revised |
Regex's match, dash in the subject string added 247 characters in body |
|
Apr 12 |
comment |
Regex's match, dash in the subject string Your question is confusing because the regex examples provided in your question don't seem to have any relevance at all to what it seems you're asking now... |
|
Apr 12 |
comment |
Regex's match, dash in the subject string I posted this down below as well, but basically this? "Parametre - Bloc Notes".Contains("Parametre"); // true? |
|
Apr 12 |
comment |
Regex's match, dash in the subject string It's still rather hard to understand what you're looking for. If all you want is to know if "Parametre" is present, you can just do "Parametre - Bloc Notes".Contains("Parametre"); // true |
|
Apr 12 |
comment |
Regex's match, dash in the subject string "my goal is to find the Parametre" - can you clarify more? You specifically want to know if the characters "Parametre" show up anywhere in any string, or are there more strict criteria? |
|
Apr 12 |
comment |
Regex's match, dash in the subject string I posted something below - can you confirm if it's answering your actual question? Still not sure if I understand correctly or not. |
|
Apr 12 |
answered | Regex's match, dash in the subject string |
|
Apr 12 |
comment |
Regex's match, dash in the subject string YOu want to match whatever word comes before the - character? |
|
Apr 12 |
comment |
Regex's match, dash in the subject string @BradM ha, beat you by 5 seconds :) |
|
Apr 12 |
comment |
Regex's match, dash in the subject string What's the actual question? |
|
Apr 11 |
revised |
Array of Boolean are undefined when object dropped? added 936 characters in body |
|
Apr 11 |
comment |
Array of Boolean are undefined when object dropped? Oops, didn't realize you were accessing the elmBool array. Let me update... |
|
Apr 11 |
answered | Array of Boolean are undefined when object dropped? |
|
Apr 11 |
comment |
if statement mistake on jquery Awesome, glad it worked! |
|
Apr 11 |
comment |
if statement mistake on jquery The part that's still confusing to me is how we went from "TRUE" to "true". Anyway, I posted something that should account for 1) dealing with a string, that 2) has a lot of whitespace, and 3) has some weird case conversion going on. |
|
Apr 11 |
comment |
if statement mistake on jquery @synan54 I've posted an answer, I'll add some details. |
|
Apr 11 |
answered | if statement mistake on jquery |