I need a Regex that can actually get any letter that is inserted after "@ and _"
http://api.psusedo.com/board@top_test
I found it until @top_test.
\@(.*)
What I get in return is "test".
I need a Regex that can actually get any letter that is inserted after "@ and _"
http://api.psusedo.com/board@top_test
I found it until @top_test.
\@(.*)
What I get in return is "test".