Bubble regex help

Why repost the same question on a new topic? Validate a list of Linkedin URL

It seems like you had the solution already on the previous post. If the only thing you need to do is check for the last character in the string to be a “/” there are easier ways to do that then with regex like :truncated from end to.

In your other post you mention only being able to get the last input. If it is the case of a multiline input you could split the input strings out and check each item’s value.