Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Expression:
size: 11pt"><b>[\s\S]*?([\s\S]*?)</b></span>

Please, help.
Posted
Updated 29-Sep-10 11:25am
v2
Comments
AspDotNetDev 29-Sep-10 17:34pm    
You didnt' ask a question, your code isn't formatted, and I suspect there is a pasting mistake in there or something because it makes no sense.

1 solution

If you are using C#, put an " before the " you want to put inside the string, like so:
"size: 11pt""><b>[\s\S]*?([\s\S]*?)</b></span>"


In future, try to make your questions much clearer. And also make it a question. Someone's more likely to answer in that case.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900