私は私はそれは同様にこれらを数えるよう|
または^
を逸脱したラインを持っている場合、これは動作しませんString.replaceAll
int charCount = line.replaceAll("[^" + fileSeperator + "]", "").length();
if(fileSeperator.length()>1)
{
charCount=charCount/fileSeperator.length();
System.out.println(charCount+"char count between");
}
を使用しています、私の区切り文字として^||^
とのラインを持っています。正規表現やその他の提案をどのように修正できますか?
あなたのラインの例をここに表示できますか? – anubhava
'fileSeperator'は何ですか? – Nishant
^||^0^||^27111500^||^GS-21F-0196X^||^7^||^0^||^F^|| ^アイテム:アイスハード|ソフト|一時| 3^4 | under | hello^||^ – justin3250