}
// output the final punctuation token
if (punctuationTokens.size()>formatTokens.size()) {
sb.append((String)punctuationTokens.get(punctuationTokens.size()-1));
}
return sb.condense();
}
}
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.