Open alex-bender opened 2 years ago
| /ad/ ins1;ins2 search for regex instruction 'ins1' followed by regex 'ins2' /ad/ is not working without the space prefixed [0x100003a3c]> "/ad/ str;cmp"
| /ad/ ins1;ins2 search for regex instruction 'ins1' followed by regex 'ins2'
/ad/
Also it is not included into the help message of /ad?
/ad?
btw, today i re-learned that ,, is an alias for ; for separating instructions in oneliners for wa and such
,,
;
wa
| /ad/ ins1;ins2 search for regex instruction 'ins1' followed by regex 'ins2'
/ad/
is not working without the space prefixed [0x100003a3c]> "/ad/ str;cmp"Also it is not included into the help message of
/ad?