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

Match words that contains characters in specific order by regex

I have a problem finding words, that need to contain all these characters a, b, c in this specific order.

I know how to check occurrences at the words by [abc]+ regex. But, I don’t know how to check that sequence part. Could you pls hint me up?

Can be:

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

  • vrabec
  • krabice
  • abeceda

Cannot be:

  • scrabble
  • publikace
  • dabra

>Solution :

Would a simple .*a.*b.*c.* suffice?

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