preg-replace

    -1熱度

    3回答

    我將如何去取代所有的東西?在以下字符串中: profile_photo.jpg?1491781969 在PHP中使用str_replace。 因此,這被刪除:1491781969 乾杯

    0熱度

    2回答

    $string = 'Hello [user=1]'; $bbc = array('/\[user=(.*?)\]/is'); $replace = array(user('textlink',$1)); $s = preg_replace($bbc , $replace, $string); echo $s 如何與功能改變$1在preg_replace?

    3熱度

    2回答

    我附上一個數據庫表id號按鈕動態呈現,就像這樣: echo '</div><!-- close formRowDiv -->'; echo '<div class="buttonDiv">'; echo '<input type="submit" id="buttonUpdate_' . $row[ 'id' ] . '" name="buttonUpdate_' . $row[ 'id' ]

    0熱度

    2回答

    我試了很多preg_replace和preg_match代碼,但我不能這樣做。 我試圖找到字符串包含+18,18+或(+18) 我無法解釋,但你可以理解當看到我的代碼。 //inputs $product='example: 18 kg apple'; // my hope output: EVERYONE $product='water pipe (18) meters'; // my ho

    -2熱度

    1回答

    get_magic_quotes_gpc()是0。 如果我使用preg_replace()與這些陣列: $replace[0]=">"; $replace[1]="<"; $replace[2]="&"; $replace[3]='"'; $pattern[0]="#>#"; $pattern[1]="#<#"; $pattern[2]="#&#"; $patt

    1熱度

    1回答

    我已經想出瞭如何在保留重音的同時過濾出非字母數字字符,但是我怎樣才能保留標點符號和常見的鍵盤字符!%$#(& @ *( )[]:;/- + _ =。, 我還需要保留字符串中的所有html標記和BR換行符。這可能嗎 ? $caption = preg_replace('/[^\p{Latin}\d\s\p{P}]/u', '', $caption);

    0熱度

    2回答

    我一直試圖替換被管道輸送到一個數組 已取得的URL這是原代碼 $res['images'] = array(); $res['images'][] = (string)$item->LargeImage->URL; if (count($item->ImageSets) > 0) { $count = 0; foreach ($item->ImageSets->ImageSet as $k

    0熱度

    2回答

    我運行一個網站,接受貝寶付款。當用戶對他們的購買有疑問時,他們會通過自己編碼的票務系統向我發送他們的交易ID。 我想將交易ID變成URL(鏈接將提取交易信息),以使我的一切都變得更快。 我知道事務ID是17個字符長。我將如何去做這件事? UPDATE: 當用戶後,讓我們說。 「你好,我的名字是John Doe,我進行了購買,並且遇到了問題,交易ID:XXXXXX」。我需要能夠把XXXX變成一個鏈接

    0熱度

    1回答

    我有一個數組,我知道,它的價值將是JPG格式從什麼地方 我需要去每個值返回到陣列和一些preg_replace函數替換字符數組值 然後設置返回值的數值爲其他值 這裏的代碼,並在這裏就是我試圖 //first piece of code $data['images'] = array(); foreach ($single['PictureURL'] as $ispec) {

    2熱度

    1回答

    所以我需要重新編寫一些我在庫中找到的舊代碼。 $text = preg_replace("/(<\/?)(\w+)([^>]*>)/e", "'\\1'.strtolower('\\2').'\\3'", $text); $text = preg_replace("/<br[ \/]*>\s*/","\n",$text); $text = preg_rep