Click here to Skip to main content
15,914,795 members
Home / Discussions / C#
   

C#

 
GeneralRe: Alright. How the heck to they do it? Pin
#realJSOP4-Dec-17 3:15
professional#realJSOP4-Dec-17 3:15 
GeneralRe: Alright. How the heck to they do it? Pin
Richard Deeming4-Dec-17 4:32
mveRichard Deeming4-Dec-17 4:32 
GeneralRe: Alright. How the heck to they do it? Pin
#realJSOP4-Dec-17 7:03
professional#realJSOP4-Dec-17 7:03 
AnswerRe: Alright. How the heck to they do it? Pin
Nathan Minier4-Dec-17 1:21
professionalNathan Minier4-Dec-17 1:21 
AnswerRe: Alright. How the heck to they do it? Pin
Richard Deeming4-Dec-17 2:03
mveRichard Deeming4-Dec-17 2:03 
GeneralRe: Alright. How the heck to they do it? Pin
#realJSOP4-Dec-17 3:03
professional#realJSOP4-Dec-17 3:03 
Questionhow to clear file folder search on computer? Pin
Le@rner1-Dec-17 18:59
Le@rner1-Dec-17 18:59 
AnswerRe: how to clear file folder search on computer? Pin
OriginalGriff1-Dec-17 20:05
mveOriginalGriff1-Dec-17 20:05 
AnswerRe: how to clear file folder search on computer? Pin
Richard MacCutchan1-Dec-17 22:03
mveRichard MacCutchan1-Dec-17 22:03 
GeneralRe: how to clear file folder search on computer? Pin
Mycroft Holmes2-Dec-17 12:40
professionalMycroft Holmes2-Dec-17 12:40 
AnswerRe: how to clear file folder search on computer? Pin
Gerry Schmitz2-Dec-17 4:02
mveGerry Schmitz2-Dec-17 4:02 
QuestionTable object Pin
Member 1354537529-Nov-17 19:56
Member 1354537529-Nov-17 19:56 
AnswerRe: Table object Pin
OriginalGriff29-Nov-17 20:08
mveOriginalGriff29-Nov-17 20:08 
GeneralRe: Table object Pin
Member 1354537529-Nov-17 21:59
Member 1354537529-Nov-17 21:59 
GeneralRe: Table object Pin
OriginalGriff29-Nov-17 22:23
mveOriginalGriff29-Nov-17 22:23 
AnswerRe: Table object Pin
Richard MacCutchan29-Nov-17 21:47
mveRichard MacCutchan29-Nov-17 21:47 
GeneralRe: Table object Pin
Member 1354537529-Nov-17 21:57
Member 1354537529-Nov-17 21:57 
GeneralRe: Table object Pin
Richard MacCutchan29-Nov-17 22:03
mveRichard MacCutchan29-Nov-17 22:03 
GeneralRe: Table object Pin
Member 1354537529-Nov-17 22:14
Member 1354537529-Nov-17 22:14 
GeneralRe: Table object Pin
Richard MacCutchan29-Nov-17 22:59
mveRichard MacCutchan29-Nov-17 22:59 
GeneralRe: Table object Pin
Member 1354537529-Nov-17 23:11
Member 1354537529-Nov-17 23:11 
QuestionMatching Percent Symbol Using REGEX Pin
Liagapi29-Nov-17 15:31
Liagapi29-Nov-17 15:31 
GeneralRe: Matching Percent Symbol Using REGEX Pin
PIEBALDconsult29-Nov-17 16:12
mvePIEBALDconsult29-Nov-17 16:12 
GeneralRe: Matching Percent Symbol Using REGEX Pin
Liagapi29-Nov-17 16:27
Liagapi29-Nov-17 16:27 
GeneralRe: Matching Percent Symbol Using REGEX Pin
PIEBALDconsult29-Nov-17 16:46
mvePIEBALDconsult29-Nov-17 16:46 
It works for
string inputString = @"#Test{border-top:Solid blue 1px; border-bottom:1% solid black;}";

I put the code provided in VS and got:
Error 1 The name 'matchedCss' does not exist in the current context F:\Project\PlayGround\Playground\Form1.cs 757 56 Playground

So, what text are you actually trying to match?

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.