Trim multiple characters using php

前端 未结 2 1670
执笔经年
执笔经年 2021-02-12 17:28

How to trim multiple characters at begin and end of string.
string should be something like {Hello {W}orld}.
i want to trim both { and }<

2条回答
  •  迷失自我
    2021-02-12 18:16

    Is there always a character at the beginning and at the end, that you want to remove? If so you could just use the following:

    
    

    See: http://codepad.org/IDbG6Km2

提交回复
热议问题