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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.