<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US"><div><p><span style="font-size: 11pt; color: rgb(31, 73, 125);">However, since a string is basically just a list, you can probably
use string:str/2</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">For example:</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">> string:str([10,23,54,234,52], [54]).</span></p>



<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">3</span></p></div></div></blockquote></div>In string.erl:<br><br>-spec str(string(), string()) -> non_neg_integer().<br><br><br>There is very large number of list elements types, not only non_neg_integer()<br>
<br>May be better way is include new function in lists.erl and call it from string.erl<br clear="all"><br>-- <br>Maxim Treskin<br>