C# .NET - Regex to get image name from a folder C#
Asked By Ebenezer Luetz on 04-Jul-21 11:37 PM
I have a folder in my MVC application "postedImage" and within the folder are some images. An example output is
<p><img src="/postedImage/baby320210704185604.jpg"><br></p>
I need a regex to get only "baby320210704185604.jpg" from the above.