r9 vs r10
11
{{{#!if date = st.split("/")[0]
22
}}}{{{#!if content = st.split("/")[1]
33
}}}{{{#!if l = st.length
4
}}}{{{#!if position = st.indexOf("/")
45
}}}날짜: @date@
56
내용: @content@
67
길이: @l@
8
/의 위치: @position@