約3,760件1ページ目

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 2024/5/6 -preg_replace関数はマッチした文字列を指定した文字列に置換することができます。 基本構文. preg_replace('/パターン/','置換する文字列', '置換 ...

    2024/2/4 -ereg_replace deprecated. Some older functions were removed from PHP. The ereg series can usually be replaced with a preg ...

    2023/12/19 -At its core, the preg_replace() function is a versatile tool in PHP used for searching and replacing text using regular expressions. Unlike simpler string ...

    2024/4/17 -preg_replace 関数は、正規表現を使用して置換を行います。 正規表現を使うことで、より柔軟な置換が可能になります。例えば、特定のパターンに一致する文字列だけを ...

    2023/6/11 -preg_replace($pattern, $replacement, $subject) ... format, etc. For example: // Validate an email address function ... // Format a date string in YYYY-MM-DD format

    2024/2/9 -... Format · macOS Objective-C · macOS Privilege ... Format Bypass · SSRF Vulnerable Platforms · Cloud SSRF · SSTI ... preg_replace('/.*/e',...) // e does an eval() on ...

    2024/5/9 -$phone = preg_replace('/[^0-9]+/', '', $original);. // Remove the 2 digit international code (+44). if (substr($phone, 0, 2) == '44') {. $phone = substr($phone ...

    2023/9/20 -Enable the HTML filter for the Body field, with default options. For convenience of copy/paste, disable the WYSIWYG editor for the Basic HTML text format. Copy ...

    2023/9/20 -I get this error when I try to create a DateTime object in PHP with the datetime string "2023-09-17 11:32:30.626 AM". It does create a DateTime object with ...

    2024/5/6 -... preg_replace関数」の使い方・正規表現を指定してマルチバイト文字列を置換する「mb_ereg_replace」関数の使い方. などの使い方について解説していきます。 今回は ...