|
|
| P is for Practical | |
| PerlMonks |
Answer: How do I surround commas with escaped double-quotes? |
| ( #29221=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > regular expressions > How do I surround commas with escaped double-quotes? contributed by davorg
s/,/","/g;
|
|
||||||||||||||||||