我有一個這樣的字符串:以文本到一個特定的詞
[text="This is the title"]This is the content of the title[/text]
而且我使用正則表達式取值,如This is the title
,但大多This is the content of the title
......這個我不能做到這一點。
使用以下語法的正則表達式:
/\[text\s*\=\s*\"([^\"]*)\"\]/i
但後來不知怎麼,直到它找到這個詞[/text]
承擔全部文本。
感謝任何幫助我的人。
你能解釋清楚的是什麼問題了嗎? – Kasramvd
@Kasra查看karthik manchala的回答 –