これが非常に難しいとは想像できませんが、これを行うための最良の方法を見つけようとしてきましたが、正直なところ完全に迷っています。今、私はイライラしているので、これを正確に行う方法を知っている人が私を助けてくれれば素晴らしいと思います.
ユーザーの入力テキストに応じて異なるリンクを開く、html スクリプトに埋め込むことができるテキストボックスが必要です。
だから英語でここに私が必要とするものの基本があります. 私は困惑しているので、動作するスクリプトは非常に高く評価されます。
* stands for “any characters”
If text input contains bbb open link htttp://example1.com/bbb
otherwise
If text input contains *zzz* open link htttp://example2.com/something-predefined*zzz*
otherwise
If text input contains *xxx* open link htttp://example3.com/something-predefined*xxx*
otherwise
If text input contains * open link htttp://example3.com/*