Home » SQL & PL/SQL » SQL & PL/SQL » To get a text after . from a text box
To get a text after . from a text box [message #600643] Sun, 10 November 2013 10:35 Go to next message
techgirl123
Messages: 2
Registered: November 2013
Location: Delhi
Junior Member
Hi the task is to get a text after . from a text box created in the page .

That is a page will be there with a textbox and if i enter a.b.c


then onclick on another textbox c should be entered in the other textbox.
Re: To get a text after . from a text box [message #600644 is a reply to message #600643] Sun, 10 November 2013 10:46 Go to previous message
Littlefoot
Messages: 21808
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
You'd use INSTR (to locate the last dot in a string), and SUBSTR (to fetch data that follows after position you got with INSTR).
Previous Topic: Create a procedure inside a function
Next Topic: validate records in nested table
Goto Forum:
  


Current Time: Fri Apr 26 07:01:25 CDT 2024