Hi.
Is it possible to use a regular expression (in TextPad) to find the following?
That is, I want to start finding the "/**", then "*/", then ";"
Is this possible with a single regular expression?
Thanks in Advanced,
BFP
Is it possible to use a regular expression (in TextPad) to find the following?
Code:
/**
* Some comment
* ...
*/
public foo(foo);
That is, I want to start finding the "/**", then "*/", then ";"
Is this possible with a single regular expression?
Thanks in Advanced,
BFP