test-stringbuiltins.txt

来自「一一个纯JAVA的解析工具,可以做所有可以的事情,而且对本站有非常大的帮助」· 文本 代码 · 共 69 行

TXT
69
字号
FreeMarker: Encoding string built-in tests

  
cap_first:    DieBugsDie! * vazzZE 123456 --cdc-- --<<--@ x ${"kigyo"?upper_case}  
uncap_first:  dieBugsDie! * vazzZE 123456 --cdc-- --<<--@ x ${"kigyo"?upper_case}  
uncap_first:blah
capitalize:   Diebugsdie! * Vazzze 123456 --cdc-- --<<--@ X ${"kigyo"?upper_case}  
html:         dieBugsDie! * vazzZE 123456 --cdc-- --&lt;&lt;--@ x ${&quot;kigyo&quot;?upper_case}  
length:     71
lower_case:   diebugsdie! * vazzze 123456 --cdc-- --<<--@ x ${"kigyo"?upper_case}  
rtf:          dieBugsDie! * vazzZE 123456 --cdc-- --<<--@ x $\{"kigyo"?upper_case\}  
trim:       dieBugsDie! * vazzZE 123456 --cdc-- --<<--@ x ${"kigyo"?upper_case}
trim2:      foo bar
trim3:      foo bar
trim4:      foo bar
upper_case:   DIEBUGSDIE! * VAZZZE 123456 --CDC-- --<<--@ X ${"KIGYO"?UPPER_CASE}  
xml:          dieBugsDie! * vazzZE 123456 --cdc-- --&lt;&lt;--@ x ${&quot;kigyo&quot;?upper_case}  

word_list:
- dieBugsDie!
- *
- vazzZE
- 123456
- --cdc--
- --<<--@
- x
- ${"kigyo"?upper_case}

interpret:   dieBugsDie! * vazzZE 123456 --cdc-- --<<--@ x KIGYO  
number: -122,35

default constructor
1
xxx
xxx:yyy


In The Sacred, Holy beginning, God created The Sacred, Holy Heavens and The Sacred, Holy Earth. 
In the very beginning, God created the Heavens and The Earth. 

In the beginning, God created the sky and The Earth. 

matches

  the beginning
  the sacred beginning
  the Heavens
  the sacred Heavens
  The Earth
  The sacred Earth

In the beginning, God created the Heavens and The Earth.
beginning
the Heavens and The Earth.

   foo
   bar
   baz
       foobar


FOOBAR

[a] = [a]
[a\\'x'\nb] = [a\\'x'\nb]
[\u0001\u001a ] = [\u0001\u001a ]
[a] = [a]
[a\\\'x\'\nb] = [a\\\'x\'\nb]
[\x01\x1A ] = [\x01\x1A ]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?