我需要在Unix中使用grep編寫正則表達式,該行發現雙字符出現奇數次的行。奇數行中的雙字符(GREP)
例如:
unix AA unixAA unix helpme AA //**true**, because 'AA' occurs 3 times
??red blue pink yellow red pink //**true**, because '??' occurs once
unixA unixAA unix unixAA unix //**false**, because 'AA' occurs 2 times
??red blue?? pink?? yellow?? //**false**, because '??' occurs 4 times
感謝您的幫助:)
什麼我f有'AAA'?這算作1或2還是沒有? –
說實話,我不知道。但我認爲它沒有任何意義。如果有'AAAA'會怎麼樣?在這個任務中,我需要找到雙重字符,而不是三重,四重等。 – AsiaRafi
最後一行包含'黃色'奇數次的'll'。它也「逆向」成爲「真」 – RomanPerekhrest