Imagine I have a textarea with the following value.
@3115
Hello this is a test post.
@115
Test quote
I'm trying to find a way in PHP using regex that will get the numeric value that comes after the '@' symbol even if there's multiple symbols.
I imagine storing the values that are returned from the regex into an array is what I'm looking for.