Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有以下正则表达式:(.*)
(.*)
但是,我需要捕捉除最后一个字符之外的全部内容。
似乎substr(-1对结果执行 a 会解决它……但是由于执行此操作的上下文,这是不可能的。解释原因只会令人困惑。
substr(-1
只需添加以下字符:
(.*).