AlignTab
AlignTab copied to clipboard
Regex Example
Can you provide examples for using the Regex function ?
I don't get what is to be "selected" by the expression neither how. From reading the readme I can't work it out.
For instance I'm looking to align by brackets:
a { aaaa } b { bbbb } c { cccc }
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I guess you just need the regex {|}
Hi, @randy3k
Could you help me with this:
abc - qwe
foo - bar
I tried \-
regexp, but it's not working. Thanks in advance
Update:
it was —
, not dash. Sorry