<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 10 January 2014 00:19, Tobias Pankrath <span dir="ltr"><<a href="mailto:tobias@pankrath.net" target="_blank">tobias@pankrath.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thursday, 9 January 2014 at 14:08:02 UTC, Manu wrote:<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is that wrong? That seems to be how the docs suggest it should be used.<br>
<br>
</blockquote>
<br></div>
--<br>
string s = find(retro("Hello"), "H").source;<br>
--<br>
Is that working?<br>
</blockquote></div><br></div><div class="gmail_extra">If I have to type that, I'm going to write my own string library...</div><div class="gmail_extra">There's no argument where that can be considered superior to: strrchr("Hello", 'H');</div>
</div>