2023-12-03, 04:44 AM
(This post was last modified: 2023-12-03, 04:45 AM by lkop. Edited 1 time in total.)
i want to create a search using mycode
regular expression
replacement
now it seems if i use "&" mycode returns blank, what to use instead of "&"?
regular expression
\[search](.*?)\[/search\]
replacement
https://domainname.com/search.php?action=do_search&keywords=$1...
now it seems if i use "&" mycode returns blank, what to use instead of "&"?