serializer
Programmer
Hi,
I need some help with a regular expression.
I want to replace everything within a string except numbers and periods. In my example I am having a version string that looks like this:
"3.5.4 (en-US)"
I only want the remaining part to be:
"3.5.4"
Thank you for your help!
I need some help with a regular expression.
I want to replace everything within a string except numbers and periods. In my example I am having a version string that looks like this:
"3.5.4 (en-US)"
I only want the remaining part to be:
"3.5.4"
Thank you for your help!