core.noscript.text
Good day everyone,
Is there a way to use parse method only on the given example below?
Thank You in Advance.
Given:
Student No: 123 245 788 3456 here
OUTPUT:
1232457883456
Solved! Go to Solution.
Hi, @Grail030510
You can use the formula:
RegEx_Replace([Txt], '\D', '')
Works Great @flying008 , Thank you so much