Is it possible to extract only the characters 'ABCD' from a string like 'ABCD150117T15' using JavaScript?
I am interested in removing everything after 'ABCD' in this example, specifically excluding the first occurrence of a number character.
Thank you