I am looking for some word boundary to cover those 3 cases:
- beginning of string
- end of string
- white space
Is there something like that since \b covers also -,/ etc.?
Would like to replace \b in this pattern by something described above:
(\b\d*\sx\s|\b\d*x|\b)