small GREP help appreciated
with the strings:
[1234 abcd]
[abcd 1234]
[abcd 1234 efg]
I want to match both square brackets and only digits inside, hence
[1234 abcd]
[abcd 1234]
[abcd 1234 efg]
with some info of how does the pattern works. Thanks in advance
