Is there a way to search for any capital letter, followed by any number of digits?
What will be an ideal response?
Display the Find/Change dialog panel, then click the GREP tab
to display the GREP panel. Enter "ud+" and click the Find
button. (If you don't remember the codes, then you can choose
from the @ menu: Wildcards > Any Uppercase Letter, then
Wildcards > Any Digit, then Repeat > One or More Times.)
Computer Science & Information Technology
You might also like to view...
Which of the following would be used to connect a vertical cross connect when using data connections?
A. 110 blocks B. Demarc extension C. Patch panel D. 66 blocks
Computer Science & Information Technology
static member functions:
a. Can use the this pointer. b. Can access only other static member functions and static data members. c. Cannot be called until an object of their class is instantiated. d. Can be declared const as well.
Computer Science & Information Technology