Dean
0
Q:

regex start word

Just use "^" to specify matching a pattern at the beginning of each line.
Example with grep:
grep "^pattern" file.txt
0

New to Communities?

Join the community