Actually this is wrong, when you use A* in vim for example you're not looking exactly for A* but for substring containing an A* since this also matches "" programs like vim will match anything.
Just because these tools use regex this way doesn't mean that's how regex really works.
Just because these tools use regex this way doesn't mean that's how regex really works.