How to find text that is within two marks

Hello, I want to find text that is within two characters, for example I want to get the text that is within those two characters: “<” and “>” If the text is “10 <1234> 22” I want to get the text “1234” (because It is between the two characters I entered - “<” and “>”). Thanks for the helpers!

You can use this:
component_method(1)
Also:

1 Like

Thanks so much, it works :smiley:

1 Like

Which method you chose?

I chose the first method because you can figure out if there are no signs I was looking for

1 Like

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