mortious
❔ Regex expression to find the last occurrence in a string
Looking for a regex expression to find the last occurrence of any of the following characters ( + - * \ in a given string.
I need to get the text following the last occurrence of any of those characters and return a list of auto complete suggestive text from a list of possibilities I have built.
51 replies