我需要遍历数组内部的字符串,以获取每个字符串中的子字符串。
子字符串在“()”之间
这样的事情。
let myArray = ["animal(cat)", "color(red)", "fruits(apple)"];
//return
//'cat','red','apple'
我该怎么做?
答案 0 :(得分:0)
您可以使用 public interface FormRepository extends CrudRepository<Form, Long> {
}
和substring
函数来做到这一点。
lastIndexOf