3 JS 대체 지정된 된 문자 또는 문자열 함수

출처: 인터넷
작성자: 사용자
키워드: 웹 페이지 제작 Ajax 자바 스크립트

3 JS 대체 지정 된 문자 또는 문자열 함수 문자열 아, 대체 하는 방법을 설명 하는 다른 예를 주로 텍스트 교체 (캐릭터의 첫 번째 항목) 텍스트 교체 (모든) 텍스트 교체 (대체 문자) 세 종류의 상황이 오.

텍스트 대체 (대체 문자)

패턴 Pattern.compile ("정규 표현식");
Matcher Matcher = Pattern.matcher ("정규 표현식 안녕하세요, 정규 표현식 Hello World");
StringBuffer sbr = 새로운 StringBuffer ();
동안 (Matcher.find ()) 없음
Matcher.appendreplacement (SBR, "자바");
}
Matcher.appendtail (SBR);
System.out.println (Sbr.tostring ());


텍스트 대체 (처음 나타나는 문자)

패턴 Pattern.compile ("정규 표현식");
Matcher Matcher = Pattern.matcher ("정규 표현식 안녕하세요, 정규 표현식 Hello World");
일반 일치 하는 첫 번째 데이터 대체
System.out.println (Matcher.replacefirst ("자바"));

텍스트 대체 (모두)

패턴 Pattern.compile ("정규 표현식");
Matcher Matcher = Pattern.matcher ("정규 표현식 안녕하세요, 정규 표현식 Hello World");
일반 일치 하는 첫 번째 데이터 대체
System.out.println (Matcher.replaceall ("자바"));
관련 문서

연락처

이 페이지의 내용은 인터넷에서 가져온 것이므로 Alibaba Cloud의 공식 의견이 아닙니다.이 페이지에서 언급 된 제품 및 서비스는 Alibaba Cloud와는 관련이 없으므로이 페이지의 내용이 골칫거리 인 경우 저희에게 알려주십시오. 우리는 5 일 근무일 이내에 이메일을 처리 할 것입니다.

커뮤니티에서 표절 사례를 발견한 경우 info-contact@alibabacloud.com 으로 관련 증거를 첨부하여 이메일을 보내주시기 바랍니다. 당사 직원이 영업일 기준 5일 내에 연락 드리도록 하겠습니다.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.