Classification Rule Builder and Pipes as a delimiter
Hello,
I am working on a regular expression within Classification Rule Builder which would look for the value directly after the a colon (:) but would need to stop when it hits a pipe (|). I am running into difficulties getting Rule Builder to see the pipe in the string as the break point.
example:
s1:bird|s2:monkey|rsc:animal > dog > puppy|s3:cat|
It seems that sometimes [\\|] works but not all of the time. ex. (s2)\:(.+)[\\|](.+|$)
Thanks! ![]()