function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Deepika kmDeepika km 

Search - Find and Replace

Hi,
Am from .Net back ground.
Just trying to find option of "Find and Replace" of text. 
In Visual Studio we have Find and Replace With options
"Match case","Match whole word" ...Find_Dialogue
In developer console i can find Search option,using Ctrl+F but it does not contains advanced options like above.

Could any one please confirm what are the availble options to Find and Replace text.
User-added image
Thanks
Deepika
Ganesh HembramGanesh Hembram
Hi Deepika,

In developer console you can use keyboard for Find/Replace (ctrl+shift+f) or Find/ReplaceAll (ctrl+shift+r).
you can also use edit tab their you'll get the Find/Replace or Find/ReplaceAll.

Hope this helps you.

Regards,
Ganesh
Sagar PareekSagar Pareek
Use CTRL + SHIFT + R
Deepika kmDeepika km
Hi All,
Thank you so much for quick reply.
Do we have option for "Match Whole Word"?
Ex: In the code i just want to find only specific word,
In below example when i replace "QueryLocator"  with "QueryLocator1" it effected "getQueryLocator" also...
Expectation : It should replace only in 1 place where the complete word is availble.
Please find the below screenshot for reference.
Please suggest option to get "Match Whole Word".

Thanks
Deepika
Match Whole Word