Hello,
Could you, please help me to remove text from the string below:
S1479/19
KLL0245/33
Thank you,
Andreea
Solved! Go to Solution.
@DE22 try this:
RegexReplace([field],'\l','')
which will remove all letters from your field - i'm assuming that's what you want.
Hope that helps,
Ollie
Thank a lot! :)
@DE22, welcome :)
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |