IndexOf Feature in Pl/SQL - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T20:26:30Z http://stackoverflow.com/feeds/question/1039542 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1039542/indexof-feature-in-pl-sql 0 IndexOf Feature in Pl/SQL Jeff 2009-06-24T16:43:09Z 2009-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#1039564 3 Answer by akf for IndexOf Feature in Pl/SQL akf 2009-06-24T16:46:08Z 2009-06-24T16:46:08Z <p>you can use <a href="http://www.techonthenet.com/oracle/functions/instr.php" rel="nofollow">instr</a></p>