What if we need to get all the content in the title?
Add g after the regular expression to indicate multiple matches
Method 1: match
Return array
Method 2
exec
The example is as follows:
The effect is as follows:
Recommended related tutorials:js tutorial
The above is the detailed content of How to use regular expressions to match multiple all data in js. For more information, please follow other related articles on the PHP Chinese website!