1. 개발자를 위한 웹 기술
  2. XML: 확장가능한 마크업 언어
  3. XPath
  4. Reference
  5. Functions
  6. substring-after

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

substring-after

substring-after 함수는 첫 번째 인수에서 두 번째 인수가 나타난 다음의 나머지를 반환합니다.

구문

substring-after(haystack ,needle )

인수

haystack

평가할 문자열. 이 문자열의 부분이 반환됩니다.

needle

찾을 부분 문자열. haystack 에서 needle 의 첫 출현 뒤의 문자열이 반환됩니다.

반환

문자열.

주의

XSL 예:

<xsl:value-of select="substring-after('1999/04/01','/')" />

출력

04/01

정의

XPath 1.0 4.2

Gecko 지원

지원함.

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.

AltStyle によって変換されたページ (->オリジナル) /