Matlab using regexp function i want to parse string and data
이전 댓글 표시
Hi
I have a string :"2019-05-10T21:42:59.980043+00:00 ERR kernel: [ 82.127095] sof-audio-pci 0000:00:1f.3: error: can't find message header 0x0"
I want to parse the data Like using regexp
ERR_Kernel = [82]
sof-audio-pci = 0000:00:1f.3
error.can't find message header = 0x0
Thanks
댓글 수: 4
Bob Thompson
2019년 5월 21일
What does your code look like so far?
Life is Wonderful
2019년 5월 22일
편집: Life is Wonderful
2019년 5월 22일
Walter Roberson
2019년 5월 22일
Unfortunately time that includes timezone offset is not enough to specify which time zone should be used. Considering that the time zone offset is 00:00 then can we assume UTC?
Life is Wonderful
2019년 5월 22일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Characters and Strings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!