Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
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
mve#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
mve#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 
QuestionIni file for setup project in VS2005 Pin
Sunshine Always25-Jan-10 2:04
Sunshine Always25-Jan-10 2:04 
AnswerRe: Ini file for setup project in VS2005 Pin
#realJSOP25-Jan-10 3:38
mve#realJSOP25-Jan-10 3:38 
QuestionRe: Ini file for setup project in VS2005 Pin
Sunshine Always12-Apr-10 0:19
Sunshine Always12-Apr-10 0:19 
Questionmenustrip dynamic items Pin
Zeyad Jalil25-Jan-10 1:46
professionalZeyad Jalil25-Jan-10 1:46 
AnswerRe: menustrip dynamic items Pin
Luc Pattyn25-Jan-10 1:48
sitebuilderLuc Pattyn25-Jan-10 1:48 
AnswerRe: menustrip dynamic items Pin
Harvey Saayman25-Jan-10 2:50
Harvey Saayman25-Jan-10 2:50 
QuestionWord Automation Problem Pin
cdpace25-Jan-10 1:42
cdpace25-Jan-10 1:42 
AnswerRe: Word Automation Problem Pin
Luc Pattyn25-Jan-10 1:47
sitebuilderLuc Pattyn25-Jan-10 1:47 

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.