Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Regex for LIS-1234

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

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

^LIS-[0-9]{4}$

Starting with LIS- followed by 4 digits

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading