有没有办法在大写字母之间提供空间。
Eg. I have a jstl expression ${platName} which outputs AmazonEcho
What I need as output is Amazon Echo.
我尝试了一些jstl函数,但它没有帮助。
答案 0 :(得分:0)
谢谢,这很有用
<div class="form-group col-md-6">
<label for="datetimepicker2i" class="col-form-label text-md-right">date</label>
<datetime [timepicker]="false" [datepicker]="datepickerOpts" [(ngModel)]="mymodel.date" (ngModelChange)="callAFunction()" name="datetimepicker2i" id="datetimepicker2i"></datetime>
</div>