I hereby claim:
- I am parker on github.
- I am pseidel (https://keybase.io/pseidel) on keybase.
- I have a public key ASBXGQaVEIVu7gfYKJJa5mUf4ZJpgAZZfbChkHMEjyd-hQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [] |
| Does anyone have a regular expression that would pull out all of the arguments as groups? | |
| Example inputs (1 per line): | |
| "arg one", "arg two", "arg three" | |
| "arg one", arg.two, arg.three | |
| "arg one", arg.two, "arg.three" | |
| "arg , one", arg.two, "arg.three" | |
| "class=\"arg\" one", arg.two, "arg.three" | |
| "class=\"arg\" one", "arg , two", "arg.three" |
| // fetch profile results for any ajax calls done via jQuery | |
| $(document).ajaxComplete(function (e, xhr, settings) { | |
| if (xhr) { | |
| var id = xhr.getResponseHeader('X-MiniProfiler-Id'); | |
| if (id) { | |
| fetchResults(id); | |
| } | |
| } | |
| }); |