Regular expression to use in c# which match text before .html and after /

Posted by robert on Stack Overflow See other posts from Stack Overflow or by robert
Published on 2010-06-12T04:04:53Z Indexed on 2010/06/12 4:12 UTC
Read the original article Hit count: 309

Filed under:

With this string

http://sfsdf.com/sdfsdf-sdfsdf/sdf-as.html

I need to get sdf-as

with this

hellow-1/yo-sdf.html

I need yo-sdf

© Stack Overflow or respective owner

Related posts about c#