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