Wish Replace with multiline code

aeric

Expert
Licensed User
Longtime User
As far as I know, the Quick Search can only search for 1 line of code and replace 1 line of code.
I don't know if I can search and replace more than 1 line.

For example,
I want to replace
B4X:
Elements = WebApiUtils.GetUriElements(RequestURI)
with
B4X:
RequestURI = Request.RequestURI
Elements = WebApiUtils.GetUriElements(RequestURI)

Now I need to click the search results 1 by 1 and press paste.
1719556920160.png
 
Top