Does js regular match the desired string?

how to intercept the second paragraph so that / wx file://|http://tmp/(S*).durationTime=/ reports that match is not a function

https://media.oss-cn-shahdjas.dsadas.com+http://tmp/
wxe63d42d40231a0db.o6zAJs5OCtd198A01IgZKsumvVWg.NMxYo4fOH1fF76914724617b3c73d5sdas6
.durationTime=2847.mp3

wxe63d42d40231a0db.o6zAJs5OCtd198A01IgZKsumvVWg.NMxYo4fOH1fF76914724617b3c73d5sdas6
Oct.15,2021

is this what you want?

/(?<=\/\/tmp\/)(\S*)(?=\.durationTime)/g

clipboard.png


String has match
String.match (RegExp)

Menu