You need to sign in to do that
Don't have an account?

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" ...
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.

Thanks
Deepika
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" ...
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.
Thanks
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
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