All community
This category
This board
Knowledge base
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
ShowÂ
 onlyÂ
|
Search instead forÂ
Did you mean:Â
Exit
Global community
Language:
Deutsch
English
Español
Français
Português
日本語コミュニティ
Dedicated community for Japanese speakers
í•œêµ ì»¤ë®¤ë‹ˆí‹°
Dedicated community for Korean speakers
Sign In
Home
ColdFusion
Discussions
How to find a word in select text?
Home
ColdFusion
Discussions
How to find a word in select text?
0
Upvote
How to find a word in select text?
Mayauser
New Here
,
/t5/coldfusion-discussions/how-to-find-a-word-in-select-text/td-p/939157
Mar 18, 2008
Mar 18, 2008
Copy link to clipboard
Copied
if offer is in select text, i want display some message.
How can i find select text contains offer using JS?.
selObj.options[selIndex].text == "%offer%"
TOPICS
Getting started
Views
297
Translate
Translate
Report
Report
Follow
Report
More
Reply
Reply
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
2 Replies
2
Jump to latest reply
-__cfSearching__-
Valorous Hero
,
/t5/coldfusion-discussions/how-to-find-a-word-in-select-text/m-p/939158#M85985
Mar 18, 2008
Mar 18, 2008
Copy link to clipboard
Copied
Take a look at javascript's string functions or regular expressions for more complex searches. Just remember javascript is case sensitive.
http://www.w3schools.com/jsref/jsref_obj_string.asp
http://www.w3schools.com/jsref/jsref_obj_regexp.asp
Votes
0
Upvote
Translate
Translate
Report
Report
Follow
Report
More
Reply
Reply
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Prasanth_Kumar_S
Explorer
,
/t5/coldfusion-discussions/how-to-find-a-word-in-select-text/m-p/939159#M85986
Mar 18, 2008
Mar 18, 2008
Copy link to clipboard
Copied
LATEST
In Response To -__cfSearching__-
Hi,
Try using find or findnocase functions.
Prasanth
Votes
0
Upvote
Translate
Translate
Report
Report
Follow
Report
More
Reply
Reply
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Post Reply
Preview
Exit Preview
never-displayed
You must be signed in to add attachments
never-displayed
Â
Resources
Documentation
ColdFusion User Guide