6 Replies
I want to get the from # to end
I tried ^
solution: don't use a regex. just split on
#
and grab the last elementoh
sure you could use a regex but it's so much extra work
fair point
My friend once said
Say you have a problem, and then you decide to solve the problem with regex
Now you got two