[問題] 字串符號檢查的問題

作者: crowley (蒼蠅拍)   2018-04-19 17:55:22
if (wordSt.endsWith("(")){
theStack.push(wordSt.charAt(0));
}
else if(wordSt.endsWith(")")){
theStack.pop();
}
要判斷字串中的括號是否正確
現在我只能正確判斷( )而已
但是我想要[ ]和{ }也能判斷的話
該怎麼處理呢?
感謝各位大大
作者: tong87   2018-04-19 19:32:00
用Regex
作者: qui1218 (^_^)   2018-04-19 23:17:00
Regular expression
作者: inxbone (高級少量糖果)   2018-04-20 00:19:00
就遇到右邊的括弧判斷pop出來的值符不符合

Links booklink

Contact Us: admin [ a t ] ucptt.com