how to show only the text but no number on the label?
i don't know The return type after getting the result is a character string consisting of text and numbers. So how do I just display the text without the numbers, or how do I separate the text and numbers when getting the results?
You can use an extension to react to a text change, and then a regex extension to filter the text. Is text input from the keyboard? Is it received, for example, from the network?
Maybe this procedure?
2 Likes