Skip to content

Commit 24745c9

Browse files
committed
Update str.html
mergeミス修正
1 parent c43850c commit 24745c9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

classes/str.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -607,11 +607,7 @@ <h4 class="method" id="method_is_xml">is_xml($string)</h4>
607607

608608
<article>
609609
<h4 class="method" id="method_starts_with">starts_with($str, $start, $ignore_case = false)</h4>
610-
<<<<<<< HEAD
611610
<p><strong>starts_with</strong> メソッドは、文字列が指定した文字列で始まっているかチェックします。</p>
612-
=======
613-
<p>The <strong>starts_with</strong> method checks whether a string has a precific beginning.</p>
614-
>>>>>>> 6a2b1d88d2f93780888954a75b63994f64bc7bda
615611
<table class="method">
616612
<tbody>
617613
<tr>
@@ -640,11 +636,7 @@ <h4 class="method" id="method_starts_with">starts_with($str, $start, $ignore_cas
640636
<tr>
641637
<th><kbd>$ignore_case</kbd></th>
642638
<td><pre class="php"><code>false</code></pre></td>
643-
<<<<<<< HEAD
644639
<td>大文字小文字を無視するかどうか</td>
645-
=======
646-
<td>Whether to ignore the case.</td>
647-
>>>>>>> 6a2b1d88d2f93780888954a75b63994f64bc7bda
648640
</tr>
649641
</table>
650642
</td>
@@ -670,11 +662,7 @@ <h4 class="method" id="method_starts_with">starts_with($str, $start, $ignore_cas
670662

671663
<article>
672664
<h4 class="method" id="method_ends_with">ends_with($str, $end, $ignore_case = false)</h4>
673-
<<<<<<< HEAD
674-
<p><strong>ends_with</strong> メソッドは、文字列が指定した文字列で終わっているかチェックします。</p>
675-
=======
676665
<p>The <strong>ends_with</strong> method checks whether or not a string has a precific ending.</p>
677-
>>>>>>> 6a2b1d88d2f93780888954a75b63994f64bc7bda
678666
<table class="method">
679667
<tbody>
680668
<tr>

0 commit comments

Comments
 (0)