請幫助我。在Java中的正則表達式android
我該如何分割這個String值?
我下面的代碼不會工作:
String[] tempStr;
toSplit = "This is the just a sample <FONT COLOR=BLACK>1)[option1/option2]</FONT> sentence. This is another sample <FONT COLOR=BLUE>1)[othertext1/othertext2]</FONT> sentence."
tempStr = toSplit.split("<FONT COLOR = [A-Z]*>([.])*</FONT>");
我想你們有什麼用分隔符分割的段落....感謝您的幫助。
它是用於字體顏色'BLACK'還是'BLUE'? – Naved
我更新了我的問題。孢子囊羣。 – jayellos
什麼是不工作?它不會編譯還是會返回意外的結果?什麼是編譯器錯誤信息或運行時返回的內容? – jmg