C# REGEX: How to extract a floating number from a string but excluding other number in the same string

前端 未结 0 1220
情深已故
情深已故 2020-12-19 04:46

I have the following string:

"You have selected: 7 Year Fixed Price 8.25¢/item"

How do I extract only "8.25" from this string in C#?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题