Segmenting a string that contains an underscore
You may find that when you segment and include an underscore, for example p_, that the underscore gets ignored.
To fix this currently, you need to add a backwards slash before the underscore, like p\_:
Any issues, please let us know and we can help further.