Regex To Match Anything Except Underscore
A regular expression matches anything before and after an underscore(_) in a string.
A regular expression matches anything before and after an underscore(_) in a string.
A quick regular expression that matches all content before an underscore(_) in a string.