<turbo-stream action="update" target="wiki_card"><template>
<h1>ISPHONE</h1>
<h1>IsPhone(&lt;data&gt;)</h1><div>Returns true (1) if &lt;data&gt; is a phone number, else false (0).<br><br></div><p>This functions uses a number of rules to test if a text string can be accepted as a phone number.<br><br></p><h3><strong>Example:</strong></h3><p><code>##CASE(ISPHONE(Phone),1,Phone,SKIPFIELD())</code></p><h3><strong>Explanation:</strong></h3><ul><li><strong><code>ISPHONE(Phone)</code></strong></li></ul><ol><li>This checks if the <strong>Phone</strong> field contains a phone number.</li><li>If it does, the function returns <code>TRUE</code>, otherwise <code>FALSE</code>.</li></ol><ul><li><strong><code>CASE(condition, value_if_true, value_if_false)</code></strong></li></ul><ol><li>It evaluates the <code>ISPHONE(Phone)</code> condition:&nbsp;<ol><li>If <code>Phone</code> contains a <strong>valid phone number</strong> (<code>ISPHONE(Phone) = TRUE</code>), the formula returns <code>1</code>&nbsp;and therefore the field is updated with the phone number.&nbsp;</li><li>If <code>Phone</code> does <strong>not</strong> contain a valid phone number (<code>ISPHONE(Phone) = FALSE</code>), <code>SKIPFIELD()</code> prevents the field from being updated.<br><br></li></ol></li></ol>
</template></turbo-stream>

<turbo-stream action="replace" target="meta_description"><template><meta content='ISPHONE' id='meta_description' name='description'></template></turbo-stream>
<turbo-stream action="replace" target="meta_keywords"><template><meta content='ISPHONE' id='meta_keywords' name='keywords'></template></turbo-stream>
<turbo-stream action="update" target="meta_title"><template>ISPHONE - MyRapidi Wiki</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
