Regex negative look behind
Dec. 30, 2017
5:33 p.m.
Hello - newbie question here. Is the regex implememtation meant to handle negative lookbehind, or is that out of scope? Something like (?<!-)\b[0-9]+ (which should not match negative integers) When I try to turn the string into a regex I'm getting a parsing error. If itâs out of scope, is there an alternative approach in Pharo? Thanks, Steve *Steve Hayes*
3135
Age (days ago)
3135
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steve Hayes