| r11 vs r12 | ||
|---|---|---|
| 1 | 1 | {{{#!if date = st.split("/")[0] |
| 2 | 2 | }}}{{{#!if content = st.split("/")[1] |
| 3 | }}}{{{#!if l = st.length, position = st.indexOf("/") | |
| 3 | }}}{{{#!if l = st.length, position = st.indexOf("/"), date=st.substr(0,position).trim(), content=st.substr(position).trim() | |
| 4 | 4 | }}}날짜: @date@ |
| 5 | 5 | 내용: @content@ |
| 6 | 6 | 길이: @l@ |
| ... | ... |