Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 2 declined, 0 accepted (2 total, 0.00% accepted)

×

Submission + - Visual studio search replace for HTML attributes

joke_dst writes: A search/replace for VS2010 to add quotes around XML parameters that doesn't have quotes.
Not fool-proof. Should be supervised:

Find what:
[ \n]{:a*}={[^"][^ \>]*}{ |\>}

Replace with:
  \1="\2"\3

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...