"미디어위키 대소문자 변환"의 두 판 사이의 차이

19번째 줄: 19번째 줄:


==같이 보기==
==같이 보기==
{{z컬럼3|
* [[미디어위키 내장틀]]
* [[미디어위키 substring]]
* [[미디어위키 String 모듈]]
* [[미디어위키 String 모듈]]
* [[미디어위키 Ustring 모듈]]
* [[미디어위키 Ustring 모듈]]
* [[미디어위키 substring]]
* [[대소문자 변환]]
* [[미디어위키 내장틀]]
}}
* [[함수 uppercase()]]
* [[함수 lowercase()]]
* [[함수 ucfirst()]]
* [[함수 lcfirst()]]
* [[대소문자]]


==참고==
==참고==

2023년 9월 19일 (화) 11:08 판

1 개요

미디어위키 대소문자 변환
기능 틀형식 설명 입력예시 출력예시
미디어위키 lc {{lc:문자열}} 소문자로(lowercase) {{lc:HELLO WORLD}} hello world
미디어위키 lcfirst {{lcfirst:문자열}} 첫글자를 소문자로(lowercase first) {{lcfirst:HELLO WORLD}} hELLO WORLD
미디어위키 uc {{uc:문자열}} 대문자로(uppercase) {{uc:hello world}} HELLO WORLD
미디어위키 ucfirst {{ucfirst:문자열}} 첫글자를 대문자로(uppercase first) {{ucfirst:hello world}} Hello world

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}