مۇنازىرىلەر » قۇرۇش تەلىپى

Change elements by regex to links in live page

§
يوللانغان ۋاقتى: 2016-01-21

Change elements by regex to links in live page

Im a running live page (served with gotty), and I'd like to change occurrences of: span style="color: rgb(0, 181, 189);">([\d]{7})</span to make the items like 1234567 a link to https://site/1234567

§
يوللانغان ۋاقتى: 2016-02-20

str = str.replace(/(span style=\"color: rgb\(0, 181, 189\);\">)([\d]{7})(<\/span)/igm, '$1$2$3')

جاۋاب قايتۇرۇش

جاۋاب قايتۇرۇش ئۈچۈن كىرىش.

长期地址
遇到问题?请前往 GitHub 提 Issues。