For example I have a word: telephone
.
I need to check by regular expression existing of letters t,l,p.
Not separately t or l or p, no ... all at once. If there is t,l but not p in the word then it means FALSE. The main aim to show that in this word all three letters in use.
I just need to get approvement of existence of theese three letters in one word from regular expression using preg_match in php
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…