SOLVED
Remove text from a string field
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
DE22
6 - Meteoroid
‎07-11-2022
02:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
Could you, please help me to remove text from the string below:
S1479/19
KLL0245/33
Thank you,
Andreea
Solved! Go to Solution.
Labels:
- Labels:
- Expression
4 REPLIES 4
OllieClarke
15 - Aurora
‎07-11-2022
02:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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
grazitti_sapna
17 - Castor
‎07-11-2022
02:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎07-11-2022
02:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank a lot! :)
grazitti_sapna
17 - Castor
‎07-11-2022
02:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@DE22, welcome :)
Sapna Gupta