Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
Questionsql insert string Pin
jojoba201025-Jan-10 4:26
jojoba201025-Jan-10 4:26 
AnswerRe: sql insert string Pin
Manas Bhardwaj25-Jan-10 4:36
professionalManas Bhardwaj25-Jan-10 4:36 
Questionopening form Pin
jojoba201025-Jan-10 3:27
jojoba201025-Jan-10 3:27 
AnswerRe: opening form Pin
sanforjackass25-Jan-10 3:34
sanforjackass25-Jan-10 3:34 
QuestionRe: opening form Pin
jojoba201025-Jan-10 3:41
jojoba201025-Jan-10 3:41 
AnswerRe: opening form Pin
dan!sh 25-Jan-10 3:54
professional dan!sh 25-Jan-10 3:54 
NewsRe: opening form Pin
jojoba201025-Jan-10 4:12
jojoba201025-Jan-10 4:12 
QuestionCan I make an entire class nullable? Pin
Dewald25-Jan-10 3:20
Dewald25-Jan-10 3:20 
AnswerRe: Can I make an entire class nullable? Pin
Som Shekhar25-Jan-10 3:25
Som Shekhar25-Jan-10 3:25 
GeneralRe: Can I make an entire class nullable? Pin
Dewald25-Jan-10 3:27
Dewald25-Jan-10 3:27 
GeneralRe: Can I make an entire class nullable? Pin
Som Shekhar25-Jan-10 3:33
Som Shekhar25-Jan-10 3:33 
AnswerRe: Can I make an entire class nullable? PinPopular
Luc Pattyn25-Jan-10 3:29
sitebuilderLuc Pattyn25-Jan-10 3:29 
GeneralRe: Can I make an entire class nullable? Pin
EliottA25-Jan-10 4:41
EliottA25-Jan-10 4:41 
GeneralRe: Can I make an entire class nullable? Pin
Dewald25-Jan-10 5:59
Dewald25-Jan-10 5:59 
GeneralRe: Can I make an entire class nullable? Pin
Luc Pattyn25-Jan-10 6:09
sitebuilderLuc Pattyn25-Jan-10 6:09 
Questionregex help [modified] Pin
uglyeyes25-Jan-10 2:54
uglyeyes25-Jan-10 2:54 
Hi, I need to strip out text from a big file and my condition is:

I need to strip out text from below
<pre>
&lt;div class="a"&gt;apple&lt;/div&gt;
&nbsp;&nbsp; &lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;red delicious&lt;/p&gt;
&lt;div class="b"&gt;banana&lt;/div&gt;
&nbsp;&nbsp; &lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;riped banana&lt;/p&gt;
&lt;div class="c"&gt;chives&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;fresh green chives&lt;/p&gt;
</pre>
to below

'apple', 'red delicious'
'banana', 'riped banana'
'chives', 'fresh green chives'

so that i can enter each of them to database. I would really appreciate if you could please provide me a regex that could do this. thanks for your help!!!

modified on Tuesday, January 26, 2010 11:43 PM

AnswerRe: regex help Pin
Luc Pattyn25-Jan-10 2:56
sitebuilderLuc Pattyn25-Jan-10 2:56 
AnswerRe: regex help Pin
#realJSOP25-Jan-10 3:36
professional#realJSOP25-Jan-10 3:36 
GeneralRe: regex help Pin
uglyeyes25-Jan-10 12:01
uglyeyes25-Jan-10 12:01 
GeneralRe: regex help Pin
uglyeyes26-Jan-10 1:16
uglyeyes26-Jan-10 1:16 
GeneralRe: regex help Pin
uglyeyes26-Jan-10 18:06
uglyeyes26-Jan-10 18:06 
GeneralRe: regex help Pin
#realJSOP26-Jan-10 23:26
professional#realJSOP26-Jan-10 23:26 
GeneralRe: regex help Pin
uglyeyes27-Jan-10 10:40
uglyeyes27-Jan-10 10:40 
QuestionReactive Extensions snippets - why no output? Pin
Kevin McFarlane25-Jan-10 2:32
Kevin McFarlane25-Jan-10 2:32 
AnswerRe: Reactive Extensions snippets - why no output? Pin
Kevin McFarlane25-Jan-10 4:26
Kevin McFarlane25-Jan-10 4:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.