Problems to remove letters

Hello.
I have a problem to remove strings from my column.
How i can remove strings from my column, but don’t removing the numbers.

Problem
problem

Expected result
result

Hi @LucasNovaesDragojevic and welcome back to the KNIME community forum,

This expression in a String Manipulation node will do what you asked for:
regexReplace($phrase$, "[^\\d]", "")

:blush:

7 Likes

Hi @armingrudd.
This resolve my problem.
Thanks.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.