<turbo-stream action="update" target="wiki_99_subpage_157_info"><template>
<h1>DEL();</h1>
<p>Deletes a specific character (or string of characters) in the beginning of a field.</p>
<p>&nbsp;</p>
<p><strong>Example 1:</strong></p>
<blockquote>
<p>##DEL("Name", 'Mr.') will delete 'Mr.' from the field.</p>
<p>If "Name" has the value "Mr. Peter Petersen" it will return the result "Peter Petersen".</p>
<p>&nbsp;</p>
</blockquote>
<p><strong>Example 2:</strong></p>
<blockquote>
<p>##DEL("Name", 'x') will delete all occurrences of 'x' at the beginning of the field.</p>
<p>If "Name" has the value "xxxxxxPeter Petersen" it will return the result "Peter Petersen".</p>
<p>&nbsp;</p>
</blockquote>
<p><strong>Example 3:</strong></p>
<blockquote>
<p>##DEL("Name", ' ') will delete all occurrences of ' ' at the beginning of the field.</p>
<p>If "Name" has the value "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Peter Petersen" it will return the result "Peter Petersen".</p>
<p>&nbsp;</p>
</blockquote>
<p><strong>NOTICE THAT:</strong></p>
<p>The DEL function only operates at the beginning of a field, and characters are case sensitive.</p>
</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
