Yes, it’s similar.
For example for the above question, you’ll just join all the contains with a pipe symbol like this, and add plain brackets (not Make brackets) around it.
(ctDNA|cfDNA|cell free DNA|cirulate tumor DNA|circulating tumor DNA)
The pattern can be further reduced to:
(c[tf]DNA|(cell free|(cirulate|circulating) tumor) DNA)
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!