Click here to Skip to main content
15,891,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how does a multi-way text replace

example
before
the second argument you can force multiple

I want to automatically replace "second" "can" and "multiple" make url
example
http://www.codeproject.com/script/Answers/search?g=second[^]
http://www.codeproject.com/script/Answers/search?g=can[^]
http://www.codeproject.com/script/Answers/search?g=multiple[^]
after
the second argument you can force multiple
Posted

1 solution

You can use regular expressions to search for specific words. However, what's not clear in your question is how you decided what words in the sentence

the second argument you can force multiple

were the words you wanted to capture.

It's also far from clear what your question has to do with AJAX.

Please edit your post to provide detail, don't post an answer that is not an answer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900