cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How do I search and replace case sensitive in Web IDE Full-Stack?

Former Member
2,320

Hi,

I am not sure, if this is a dumb question, but how do I search (and replace) case sensitive in Web IDE Full-Stack? Regardless of the settings of the available buttons "Match whole word" and "Use regular expression" the results list always contains matches for upper and lower case characters.

Best regards,

Christian.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

To everyone, who wants a case sensitive search pane in Web IDE, please vote for my influence request:

https://influence.sap.com/sap/ino/#idea/225801

Thank you very much!

Answers (4)

Answers (4)

RazK
Product and Topic Expert
Product and Topic Expert

Hi Christian,

New in SAP Web IDE - Starting today, case sensitive search is also available in the Search pane.

More information in the SAP Web IDE Developer's Guide.

Regards - Raz

RazK
Product and Topic Expert
Product and Topic Expert

Hi Christian,

Case sensitive search is supported when searching a specific file (focus on a file open in a tab and then MENU > Search > Find | Find and Replace). Use the Aa button in the search dialog for this.

Case sensitive search is not supported when searching using the search pane, e.g. searching the workspace/project/multiple files/...This is true even when using RegEx - it will return all results.

More information is available in the SAP Web IDE Full-Stack documentation.

For product suggestion, you're welcome to use the SAP Web IDE influence page.

Regards - Raz

Former Member
0 Likes

Hi Raz,

thank you very much for your answer.

Best regards,

Christian.

Former Member

Hi Christian,

clicking the "Aa" button below the search field should grant you case sensitive searches. As you can see in the screenshot the function parameter "opaTest" is not highlighted when searching for uppercase "Opa". To replace the search results, just click on the "+"-Button.

Best regards

Lucas

Former Member
0 Likes

Hi Lucas,

thank you for your answer. I should have been more precise, I meant the Advanced Repository Search:

As you can see, "RootPath" finds "RootPath" as well as "rootPath". But there is no "Aa" option.

Best regards,

Christian.

Former Member
0 Likes

Hi Christian,

I had the feeling that this answer was too easy. I wasn't able to perform case sensitive searches either. It seems to me that the Web IDE sets the \i-Flag of the regular expression internally, which causes the case insensitivity. Normally the search for the regexp "RootPath" should be case sensitive:

Best regards,

Lucas

Former Member
0 Likes

Hi Raz,

great! Thank you very much!

Best regards,

Christian.