Saimon Moore
24 years ago
I'm trying to match block comments ie /* .... */ over multiple-lines using
the regexp search feature, but I can't seem to get the multiline flag set.
I've tried
/(/\*)(.){0,}(\*/)/m
/(/\*)(.){0,}(\*/)/s
/(/\*)(.){0,}(\*/)/$*
Any thought's???
Saimon
the regexp search feature, but I can't seem to get the multiline flag set.
I've tried
/(/\*)(.){0,}(\*/)/m
/(/\*)(.){0,}(\*/)/s
/(/\*)(.){0,}(\*/)/$*
Any thought's???
Saimon