我正在尝试捕获starttime
,stoptime
,tripduration
,from_station_id
,to_station_id
,gender
,birthyear
来自以下数据。
trip_id,starttime,stoptime,bikeid,tripduration,from_station_name,to_station_name,from_station_id,to_station_id,usertype,gender,birthyear
431,10/13/2014 10:31,10/13/2014 10:48,SEA00298,985.935,2nd Ave & Spring St,Occidental Park / Occidental Ave S & S Washington St,CBD-06,PS-04,Member,Male,1960
我只是想让正则表达式从代码中识别这些项目。