Instr in javascript?

F

Fancy Pants

Hi everyone,

What is similar to the Instr function that is in ASP, in javascript?

I am trying to search text boxes in a contact form, for certain
characters.

Justin
 
C

cosmic foo

Fancy Pants said:
Hi everyone,

What is similar to the Instr function that is in ASP, in javascript?

I am trying to search text boxes in a contact form, for certain
characters.

Justin

indexOf?
 
H

Hywel Jenkins

Hi everyone,

What is similar to the Instr function that is in ASP, in javascript?

I am trying to search text boxes in a contact form, for certain
characters.

indexOf()
 
V

VK

Fancy said:
Hi everyone,

What is similar to the Instr function that is in ASP, in javascript?

Not in ASP, in VBScript or VBasic

myString.indexOf(searchSctring) // from the beginning
myString.lastIndexOf(searchSctring) // from the end

Return the position (starting from 0) or -1 if not found
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top