would any be able to help me with generating a regular expression to detect LIS-1234 (the 1234 can be interchangable but for 4 numbers but the LIS- must always remain
I am trying to work with regex and I am struggling, apologies for not having any code to display as an attempt as this is quite urgent and I am unfamiliar with it
>Solution :
^LIS-[0-9]{4}$
Starting with LIS- followed by 4 digits