문제

How can I trick a trimming function not to remove whitespace at the end of a string?

  would normally do fine but my strings are long, so I do want them to break.

Is there no html entity for whitespace?

This is not a specific coding language question (it's complicated).

It's for MediaWiki and I want to replace underscores with normal whitespace: {{#replace:Foo_Bar.png|_| }}

Edit: Solution:  

도움이 되었습니까?

해결책

{{#replace:Foo_Bar.png|_|<nowiki> </nowiki>}}     (documentation)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top