使用制表符拆分Java字符串 [英] Java string split with tabs

查看:1984
本文介绍了使用制表符拆分Java字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

鉴于字符串字符串 string.split([ \t]); 吗?我不明白括号的用途。谢谢!

Given that string is a String, what does string.split("[\t]"); do? I don't understand what the brackets are for. Thanks!

推荐答案

它与 string.split(\\t)相同; 但我想有些人会觉得更容易阅读。

It is the same as string.split("\\t"); but I guess some people find it easier to read.

这篇关于使用制表符拆分Java字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆