Instantly share code, notes, and snippets.
向后查找:
echo "pt=1234" | grep -Po '(?<=pt=)\d+'
向前查找:
echo "1234pt=" | grep -Po '\d+(?=pt=)'
elisp里是木有的.
Sorry, something went wrong.
elisp里是木有的.