I am trying to get regex for:
- Get "#" and all text between "#" and trail ending "\t"(whitespace).
So far I have:
/#[a-zA-Z0-9]\t/
This seems wrong? What can I do to fix it?
|
I am trying to get regex for:
So far I have:
This seems wrong? What can I do to fix it?
| |||
|
feedback
|
|
If by whitespace you mean actual whitespace (that is spaces, tabs, etc), then this does it:
( If you however meant
| |||||||||
feedback
|