sol*_*oth 3 java regex readability
我知道以下工作但它不具有可读性,是否有任何方法可以使代码本身更具可读性而无需添加注释?
//Start her off
String sampleregex = "\\\\";
if (input.matches(sampleregex))
   //do something
//do some more
Run Code Online (Sandbox Code Playgroud)
    |   归档时间:  |  
           
  |  
        
|   查看次数:  |  
           394 次  |  
        
|   最近记录:  |