--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > --- In [email protected], "silvermoonwoman2001" <sherip99@> wrote: > > > > I think partial_soft and partial_hard would be fine for this. > > For relevant version of documentation: > > "partial", also "p" > "partial_soft", also "s" > "partial_hard", also "h" >
s is already used for dotall h is already used for anchor_both p is already used for partial, p can also be used for partial_soft since partial_soft is the same option as partial partial_hard doesn't need an alternate. If you really want to do one, you could use capital H. Regards, Sheri
