This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191841 - [netcat] Find in Projects: Question mark treated as wildcard
Summary: [netcat] Find in Projects: Question mark treated as wildcard
Status: RESOLVED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-11 12:19 UTC by rcasha
Modified: 2011-08-09 14:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rcasha 2010-11-11 12:19:49 UTC
Product Version = NetBeans IDE Dev (Build 201011070000)
Operating System = Linux version 2.6.35-23-generic-pae running on i386
Java; VM; Vendor = 1.6.0_23-ea
Runtime = Java HotSpot(TM) Client VM 19.0-b09


In the "Find in Projects" function, if I type "exit?" as the search term, it will match "exit(", "exiting" etc. The character following "exit" is highlighted in the results. The regular expression checkbox is not selected.
Comment 1 Jaroslav Havlin 2011-08-09 14:23:17 UTC
If you want to match a questionnaire, please escape it with backslash ("\?"), as said below the "Containing text:" field. 

The basic search uses simple wild-cards by default. The check-box "Regular Expression" enables more complex and powerful patterns (java.util.regex.Pattern).