Fork me on GitHub
#specter
<
2017-10-13
>
michaelwfogleman17:10:46

@nathanmarz Do you have a sense of a transform implementation that's similar to what needs to be done for the Regex navigator?

nathanmarz17:10:38

@michaelwfogleman no, the implementation will be fairly specific to that navigator

nathanmarz17:10:03

needs to run replace matching substrings with result of running next-fn on the substring

nathanmarz17:10:36

looks like Pattern/split and some of the functions in Matcher should be able to be used to implement it

michaelwfogleman18:10:48

Makes sense, I'll look into it