I have executed the following regex:
- (PNMIS_)(\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*)\S*_REPORT
Replacement:
- pr1.tss.mis.$2.c
Sample data:
/* ----------------- PNMIS_test6732323323_REPORT ----------------- */
/* ----------------- PNMIS_test23_REPORT ----------------- */
The systems hangs! I need 17 characters on position $2 only. Can not have more.
Please help. Thanks
- (PNMIS_)(\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*\S*)\S*_REPORT
Replacement:
- pr1.tss.mis.$2.c
Sample data:
/* ----------------- PNMIS_test6732323323_REPORT ----------------- */
/* ----------------- PNMIS_test23_REPORT ----------------- */
The systems hangs! I need 17 characters on position $2 only. Can not have more.
Please help. Thanks