preg-match-all

    0熱度

    1回答

    我想是的後面是一個關鍵的詞「電子郵件」 preg_match_all("/(email<=)(\[email protected]\S+)/im", $input_lines, $output_array); 我輸入的數據是文本中找到郵件關鍵字的電子郵件地址 here is some text that does not [email protected] but this email sho

    1熱度

    2回答

    我想preg_match_all()這個: if(isset($matches[1])){ return $matches[1]; }else{ return false; } } $lines = file('jason.txt'); $i=0; foreach ($lines as $line_num => $line) { $st

    0熱度

    3回答

    我想是的後面是一個關鍵的詞「量」 preg_match_all("/amount.+\b(\d+(\.\d+)?)/im", $input_lines, $output_array); 我輸入的數據是 here is some number 100.25 that does not 200. but this amount should be captured 300. and this a

    -1熱度

    1回答

    我想從一個字符串 $file = 'Westwav 2014/15 ^30^0 £3,020.00 '; 主要是它會在YYYY/YY的格式搜索一年,可以在任何一個可以告訴我怎麼去的價值年這種格式。 我已經使用類似 $file = 'Westwav 2014/15 ^30^0 £3,020.00 '; $pattern = '/^[1-9]+\/[1-9]+$/'; preg_match

    -1熱度

    2回答

    我有php語言文件,我包括我的項目。 例如:en.php內容 <?php $lng["home"]="Home Page"; $lng["my_account"]="My Account"; $lng["administrator"]="Administrator"; $lng["linebreaked"]="hello test"; $lng["logout"]="Logout";

    1熱度

    3回答

    我正在使用preg_match_all以確保字符串遵循特定模式。 由於字符串遵循該模式,它應該顯示'所有條件都滿足',但是它會顯示'條件淨滿足'。 $order = "item[]=2&item[]=1&item[]=3&item[]=4&item[]=5&item[]=6&item[]=7&item[]=8&item[]=9&item[]=10&item[]=11&item[]=12"; $p

    0熱度

    1回答

    我想用HTML DOM pharser從一個頁面到另一個頁面的鏈接。 其他網頁有這樣的代碼: $('#vidabc-fast-watch-button').click(function() { $('#fast-watch-frame').attr('src','http://vidabc.com/embed-8fyiakzp0ob8.html'); }); $('#kin

    -1熱度

    2回答

    我有一部分HTML字符串,如下所示,我從網頁抓取中獲得。 $scraping_html = "<html><body> .... <div id='ctl00_ContentPlaceHolder1_lblHdr'>some text here with &. some text here.</div> ....</body></html>"; 我想用PHP採取的特定的div之間&計數。

    0熱度

    1回答

    我有這樣的HTML代碼: <html> <div class="the_grp"> <h3>heading <span id="sn-sin" class="the_decs">(keyword: <i>cat</i>)</span></h3> <ul> <li> <div> <div><span class="w_pos"></span></div>

    0熱度

    2回答

    這個問題後: Pattern for check single occurrency into preg_match_all 我明白我的模式必須只包含每個週期一個字,因爲,在這個問題報道的情況下,我必須找到「Microsoft」和的「Microsoft Exchange」,我不能修改我的正則表達式,因爲這兩種可能性是從數據庫中給出的! 所以我的問題是:哪個是超過200 preg_match和相同數