久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

刪除括號之間的文本 PHP

Remove Text Between Parentheses PHP(刪除括號之間的文本 PHP)
本文介紹了刪除括號之間的文本 PHP的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

限時送ChatGPT賬號..

我只是想知道如何在 php 中刪除一組括號和括號之間的文本.

I'm just wondering how I could remove the text between a set of parentheses and the parentheses themselves in php.

示例:

ABC(測試 1)

我想刪除(Test1)只留下ABC

I would like it to delete (Test1) and only leave ABC

謝謝

推薦答案

$string = "ABC (Test1)";
echo preg_replace("/([^)]+)/","",$string); // 'ABC '

preg_replace 是一個基于 perl 的正則表達式替換例程.這個腳本的作用是匹配所有出現的左括號,后跟任意數量的字符不是右括號,再后跟右括號,然后刪除它們:

preg_replace is a perl-based regular expression replace routine. What this script does is matches all occurrences of a opening parenthesis, followed by any number of characters not a closing parenthesis, and again followed by a closing parenthesis, and then deletes them:

正則表達式分解:

/  - opening delimiter (necessary for regular expressions, can be any character that doesn't appear in the regular expression
( - Match an opening parenthesis
[^)]+ - Match 1 or more character that is not a closing parenthesis
) - Match a closing parenthesis
/  - Closing delimiter

這篇關于刪除括號之間的文本 PHP的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

Add programmatically a downloadable file to Woocommerce products(以編程方式將可下載文件添加到 Woocommerce 產品)
Get today#39;s total orders count for each product in Woocommerce(獲取今天 Woocommerce 中每種產品的總訂單數)
Add Custom registration fields in WooCommerce and phone field validation issue(在 WooCommerce 和電話字段驗證問題中添加自定義注冊字段)
Add a select field that will change price in Woocommerce simple products(在 Woocommerce 簡單產品中添加一個將更改價格的選擇字段)
Add custom columns to admin products list in WooCommerce 3(在 WooCommerce 3 中將自定義列添加到管理產品列表)
Customizing checkout quot;Place Orderquot; button output html(自定義結帳“下訂單按鈕輸出html)
主站蜘蛛池模板: 91成人免费 | 亚洲九九 | 久久久久免费观看 | 伊人av在线播放 | 国产黄色av网站 | 精品伊人| 最新毛片网站 | 国产精品久久亚洲 | 中文字幕在线免费 | 精品日韩在线 | 狠狠草视频 | 免费看爱爱视频 | 亚洲综合在 | 在线播放国产一区二区三区 | 在线观看av免费 | 手机三级电影 | 国产精品视频在线观看 | 欧美日韩亚洲国产 | 久久这里有精品 | 成人深夜福利 | 亚洲精品成人av久久 | 婷婷综合网 | 国产免费高清 | 国产一区二区三区免费 | 天天插天天狠天天透 | av香港经典三级级 在线 | 91精品久久久久久久99 | 在线观看视频福利 | 精品欧美一区二区三区久久久 | 国产在线观看av | 日本一区二区不卡 | 亚洲精品视频在线播放 | 337p日韩| 欧美一区二区三区 | 久久青 | 毛片高清 | 伊人网在线播放 | 521av网站| 美日韩中文字幕 | 国产精品99久久久久久久久 | 中文在线一区 |