cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

View Entire Topic
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