I am trying to write regex which should ignore any string ends with _numbers like (_1234)
like below
abc_def_1234 - should not match abc_fgh - match abc_gh