IndexOf Feature in Pl/SQL - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T20:26:30Zhttp://stackoverflow.com/feeds/question/1039542http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1039542/indexof-feature-in-pl-sql0IndexOf Feature in Pl/SQLJeff2009-06-24T16:43:09Z2009-06-24T16:46:08Z
<p>I'd like to look up the location of a specific character in a varchar variable.</p>
http://stackoverflow.com/questions/1039542/indexof-feature-in-pl-sql/1039564#10395643Answer by akf for IndexOf Feature in Pl/SQLakf2009-06-24T16:46:08Z2009-06-24T16:46:08Z<p>you can use <a href="http://www.techonthenet.com/oracle/functions/instr.php" rel="nofollow">instr</a></p>