GREP to add space in specific query
Hey there. I could use some help with a simple GREP I can use in Find/Replace to add a space after a an x, where it appears after a digit in a quantity. For example
2x 50L
should be 2 x 50L
Not worked out how to do it, I can of course use the wildcard option to find all (digit)x but can't replace them in that way as the digit varies. Thanks.
