Hey guys, I’m trying to use the “Matches” activity to find the first word in a string.
This first word can be like “alex”, “1234”, “bg1221” or “1234bg”.
And the full string can look like this:
“`bg134 text text” - from here to extract “bg134”
“bg134 text text” - from here to extract “bg134”
“1234 324 text text” - from here to extract “1234”
The beginning of the string may contain “`” so I need to take that into account.