Hi, community!
Question,, how can I parse specific numerical values from a string of text?
Im attaching a sample input and expected output for clearer view. thanks a lot in advanced
Solved! Go to Solution.
RegEx Parse:
.*\s(.*?\d.*?)$
Let me know if this works for you!
Worked like magic!