Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Js regular lookup match () and replace replace () how to use

2025-03-13 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces js regular search match () and replace replace () how to use, the article is very detailed, has a certain reference value, interested friends must read it!

The code is as follows:

/ / string.match (regular): regularly looks for strings and returns characters or strings that conform to the rules

Function T1 () {

Var con = document.getElementsByName ('content') [0] .value; / / what to find

Var reg = /\ Bhi\ Bax / match the word with hi in the middle. G is a pattern enhancer, indicating a global match

Alert (con.match (reg))

}

/ / string.replace (regular, what to replace with): returns the replaced string

Function T2 () {

Var con = document.getElementsByName ('content') [0] .value; / / what to find

Var reg = / regular lookup string replace ()

The above is all the content of the article "how to use js regular search match () and replace replace ()". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report