I’m using Lua, already used Google and nothing, can’t find way to get string between inequality signs (< >). Other brackets are easy to get but these not. It’s possible to do?
Target: How to grab “name” from string between inequality signs?
String: < name >: Message
If
namedoes not contain>, then<(.-)>works.