Is there a way to identify when a variable is next to text?
Lets say I have a variable named foobar, which is in the following paragraph:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus tincidunt nisl ut nibh blandit vestibulum. Duis in diam nibh. Vestibulum a ligula vitae diam tincidunt ornare eget ut ante. Quisque at diam et ante elementum foobarultricies. Aenean ut sem nisi. Ut in eros velit, sed consequat diam.
In the above paragraph, the variable foobar is right next to the text ultrices instead of a space between the variable and the text. Is there a way to identify whether a variable is next to text instead of being separated by a space?
